根据yarn的官方文档安装yarn:
https://yarnpkg.com/lang/en/docs/install/#linux-tab
ps: 可以使用淘宝的npm源:
yarn config set registry https://registry.npm.taobao.org
使用n模块管理node:
sudo yarn global add n
安装stable版本的node
sudo n stable
安装node后, npm也会安装好了。
根据yarn的官方文档安装yarn:
https://yarnpkg.com/lang/en/docs/install/#linux-tab
ps: 可以使用淘宝的npm源:
yarn config set registry https://registry.npm.taobao.org
使用n模块管理node:
sudo yarn global add n
安装stable版本的node
sudo n stable
安装node后, npm也会安装好了。
本文标题:ubuntu16下安装yarn, node, npm
本文链接:https://www.haomeiwen.com/subject/apmzxxtx.html
网友评论