我刚开始在我的一个项目中使用纱线包管理器。我使用sudo npm install yarn -g
但是当我尝试使用yarn install
安装依赖项时,我在CLI上得到了以下内容
info No lockfile found.
$ node tools/preinstall
=========================================
Please install / add dependencies via npm
Other managers are not allowed
=========================================
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
那很奇怪。知道我为什么要得到这个吗?无论如何,我可以为我的项目启用yarn吗?
感谢期待
答案 0 :(得分:0)
这似乎是由于preinstall
脚本而发生的。感谢@Kevin的回答,您保存了我的一天。