nodejs

安装

curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs

使用cnpm代替npm

npm install -g cnpm --registry=https://registry.npm.taobao.org

你可能感兴趣的:(nodejs)