问题描述
使用命令运行lerna add
后:
lerna add [module-1] \
--scope [module-2] \
--dev
我的package.json
中的我的module-2
使用“波浪号”声明了依赖项:
{
"devDependencies": {
"components": "^0.0.0"
}
}
我的yarn
和npm
的配置save-prefix
定义为使用插入符号:
$ yarn config get save-prefix
~
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)