npm: Solve the error when installing npm package rollbackFailedOptional: verb npm-session

The problem is: npm proxy problem.

Solution:

Use Taobao mirror source:

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

Then use the cnpm command to install.

 

 

Published 162 original articles · won 30 · 90,000 views +

Guess you like

Origin blog.csdn.net/ScorpC/article/details/105582200
NPM