Windows10 开发,结果ORM没法用,只能装了个Ubuntu虚拟机,结果Yarn install 报错。
我是 Ubuntu 18.4
解决方法:
sudo apt remove cmdtest
sudo apt remove yarn
Install yarn globally using npm
sudo npm install -g yarnpkg
Ubuntu mac global - Yarn install command error No such file or directory: 'install'
阅读 81
2023-03-05
Windows10 开发,结果ORM没法用,只能装了个Ubuntu虚拟机,结果Yarn install 报错。
我是 Ubuntu 18.4
解决方法:
sudo apt remove cmdtest
sudo apt remove yarn
Install yarn globally using npm
sudo npm install -g yarnpkg
相关推荐
精彩评论(0)