vue proxy settings

1. temporary use
NPM --registry  https://registry.npm.taobao.org  the install Express

2. sustainable use of
NPM config SET Registry  https://registry.npm.taobao.org
the configuration can be verified by successful in the following manner 
npm config get registry info Express or NPM

3. by using CNPM
NPM CNPM --registry the install -g = https://registry.npm.taobao.org

 

vue download chromedriver_win32.zip stuck questions

npm config set chromedriver_cdnurl https://npm.taobao.org/mirrors/chromedriver

Guess you like

Origin www.cnblogs.com/tiankafei/p/11139383.html
Recommended