打赏

npm安装

1.npm安装

apt install npm

// 查看当前安装的版本
sudo node -v

//修改npm源
sudo npm config set registry https://registry.npm.taobao.org
sudo npm config list 

//升级npm到最新(非必须)
# sudo npm install npm@latest -g

2.安装yarn

npm install -g yarn
posted @ 2020-04-10 15:27  苍山落暮  阅读(122)  评论(0编辑  收藏  举报