【解决方案】npm安装vue超时(ERR! errno ETIMEDOUT)

解决方案

采用cnpm镜像就可以解决了。

输入下面这个命令,安装完成之后,再接着安装就好了

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

效果如下:

D:\>npm install vue-cli -g
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
D:\software\nodejs\node_global\vue -> D:\software\nodejs\node_global\node_modules\vue-cli\bin\vue
D:\software\nodejs\node_global\vue-init -> D:\software\nodejs\node_global\node_modules\vue-cli\bin\vue-init
D:\software\nodejs\node_global\vue-list -> D:\software\nodejs\node_global\node_modules\vue-cli\bin\vue-list
+ [email protected]
added 236 packages in 55.037s

你可能感兴趣的:(js)