npm install -g cnpm --registry=https://registry.npm.taobao.org 2.安装指定版本 cnpm install npm@3.10.10-g 3.确认是否安装成功 打开命令行,然后输入 npm -v//查看版本 安装跟npm对应的node (window系统升级node就只有到node官网下载window安装包来覆盖之前的node) 百度搜索"以往的版本 | Node.js",可以...
sudo apt-get install -y nodejs Debian系统 curl -sL https://deb.nodesource.com/setup_11.x | bash - apt-get install -y nodejs Centos系统 curl -sL https://rpm.nodesource.com/setup_11.x | bash - yum install nodejs -y 检查Node.js和NPM版本 node -v npm -v...