报错1
npm install curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
报错2
npm config set proxy null
npm config set https-proxy null
npm config set registry http://registry.npmjs.org/
报错1
npm install curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
报错2
npm config set proxy null
npm config set https-proxy null
npm config set registry http://registry.npmjs.org/