建议在文档中加入npm i lerna -g这个操作步骤
libertyAlone opened this issue · 3 comments
libertyAlone commented
如果不安装lerna这个全局依赖的话是无法安装vuerify的
QingWei-Li commented
我有在 package.json 里加 lerna 的呀
libertyAlone commented
@QingWei-Li 我直接安装vuerify会报错
npm i vuerify --save
vuerify@0.2.0 install /Users/liberty/myCoding/newNxb/nxb-frontend/node_modules/vuerify
lerna bootstrap
sh: lerna: command not found
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "vuerify" "--save"
npm ERR! node v5.10.1
npm ERR! npm v3.8.9
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! vuerify@0.2.0 install: lerna bootstrap
QingWei-Li commented
是 bug,已修改,不需要安装 lerna 的,重新安装即可