这很容易。只需编写此代码,例如:npm install -g npm@4.6.1要么:npm install -g npm@latest // For the last stable versionnpm install -g npm@next // For the most recent release
首先删除旧版本,然后运行字面上以下几点:npm install express@3.X并且稳定或最近npm install -g npm@latest // For the last stable versionnpm install -g npm@next // For the most recent release