feflow
feflow copied to clipboard
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
…数升级一个或多个 npm/多语言插件
执行任何feflow命令都会经常报下面这个错误,大概频率在1/3左右,报错之后再运行就没问题了 `[ Feflow Error ][ feflow-cli ] check C:\Users\username\.fef\update.lock error: [Error: EPERM: operation not permitted, open 'C:\Users\username\.fef\update.lock'] { errno: -4048, code: 'EPERM', syscall: 'open', path: 'C:\\Users\\username\\.fef\\update.lock' } `
## For question 系统:MacOs npm -g的包都被装到了@feflow/cli/bin 下面,导致命令行想使用包的时候找不到 请问如何解决,或者feflow要怎么卸载
支持在安装时指定一些额外参数,透传给npm / tnpm 例如: 1. 指定插件版本: fef install @tencent/[email protected] 2. 指定registry:fef install someplugin --registry my_registry 目前需要 cd ~/.fef && tnpm install @tencent/[email protected] && cd - 存在一定的使用成本
The README file in this repo has a bad link - [404:NotFound] Status code [404:NotFound] - Link: https://github.com/Tencent/feflow/blob/next/.github/CONTRIBUTING.md This was found by an new experimental hobby project that I have...
## 问题情况 在Windows平台上使用时,全局中安装完feflow后,执行feflow install 安装脚手架generator-ivweb或builder-webpack4构建器,都出现了下载请求时的证书错误,在Liunx平台下无此问题,`node>11.0.0`。 log: ```sh 11 verbose stack FetchError: request to https://registry.npm.taobao.org/builder-webpack4 failed, reason: Hostname/IP does not match certificate's altnames: Host: registry.npm.taobao.org. is not in the cert's altnames:...

The `david-dm.org` website is down for 3 months, and the project `alanshaw/david` is not actively maintained anymore. `david-dm.org` should be considered dead, thus badges should be removed from README.
`import _ from 'lodash'` 会导致引入整个 `lodash` 包,体积较大