NodeJsNPM change the installation position of the package

npm config ls
npm config set prefix "D:\Data\Node\npm"
npm config set cache "D:\Data\Node\cache"

Set Taobao mirror

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

 

Guess you like

Origin www.cnblogs.com/csig/p/11916871.html