带有 --dev 标志的纱线错误 "no such option"
Yarn error "no such option" with --dev flag
ignite-ir-boilerplate
无法安装。它是有效的 NPM 模块吗?
Command failed: yarn add ignite-ir-boilerplate --dev
Usage: yarn [options]
yarn: error: no such option: --dev
You probably installed yarn using this:
$ apt install cmdtest
改用这个:
$ npm install --global yarn
之前添加 sudo,对我有用,
sudo yarn add --dev babel-plugin-module-resolver
ignite-ir-boilerplate
无法安装。它是有效的 NPM 模块吗?
Command failed: yarn add ignite-ir-boilerplate --dev
Usage: yarn [options]
yarn: error: no such option: --dev
You probably installed yarn using this:
$ apt install cmdtest
改用这个:
$ npm install --global yarn
之前添加 sudo,对我有用,
sudo yarn add --dev babel-plugin-module-resolver