添加Node.js PPA

curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -

安裝nodejs

sudo apt-get install nodejs

安裝yarn

sudo npm i -g yarn

添加国内源

yarn config set registry https://registry.npmmirror.com/
分类: 标签: Linux nodejs

评论

-- 评论已关闭 --

全部评论