答案1
大家好,我的问题现在已经解决,所以我回来与你们分享我找到的解决方案:请按照以下步骤操作
sudo apt-get remove nodejs npm ## remove existing nodejs and npm packages
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
大家好,我的问题现在已经解决,所以我回来与你们分享我找到的解决方案:请按照以下步骤操作
sudo apt-get remove nodejs npm ## remove existing nodejs and npm packages
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs