系统版本
适用系统:V10(SP1)
适用架构:X86
其他版本和架构可作参考。
解决方案
安装 npm,安装 yarn
- sudo apt update
- sudo apt install npm
- sudo npm install -g yarn --registry=https://registry.npm.taobao.org
复制代码 查看 yarn版本
某些系统上使用上面的命令安装 yarn后会有如下提示,显示 yarn没有安装成功
- sudo npm install -g yarn --registry=https://registry.npm.taobao.org
复制代码- yarn@1.22.19 preinstall /usr/local/lib/node_modules/yarn
- :; (node ./preinstall.js > /dev/null 2>&1 || true)
复制代码
- <div>Could not find command-not-found database. Run 'sudo apt update' topopulate it.
- yarn:未找到命令</div>
复制代码
需要按照提示手动做一个链接即可:
- sudo ln -s /usr/local/lib/node_modules/yarn/bin/yarn /usr/local/bin/yarn
复制代码
验证:- <div>yarn -v
- 1.22.19</div>
复制代码
|
|
|
|
|
版权说明:论坛帖子主题均由合作第三方提供并上传,若内容存在侵权,请进行举报