node

npm upgrade
npm install npm@latest -g
ex:) npm install npm@1.1.0 -g

change default path -global
npm config set prefix "D:_knowledgeBase odejs ode_global"
npm config set cache"D:_knowledgeBase odejs ode_cache"

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

install vue
npm install -g vue
npm install -g vue-cli

原文地址:https://www.cnblogs.com/jungil/p/10605827.html