我在用勒娜。我尝试过3.22.1、3.21.0和3.20.0版本。
每次运行npx lerna link时,我都会得到以下错误
Cannot find module '@lerna/create/command'
Require stack:
- C:\Users\Usuario\project\node_modules\lerna\index.js
- C:\Users\Usuario\project\node_modules\lerna\cli.js有什么想法吗?
发布于 2020-07-08 14:11:22
我用的是:
删除所有find . -name yarn.lock -delete
bootstrap:lerna boostrap --force-localhttps://stackoverflow.com/questions/62714504
复制相似问题