【摘要】 前端开发是创建Web页面或app等前端界面呈现给用户的过程。考必过为大家整理了Vue常见问题:安装超时(install timeout),想学习前端的小伙伴可以看过来!Vue常见问题:安装超时(install timeout)如下
Q:安装超时(install timeout)
A:方案有这么些:
cnpm : 国内对npm的镜像版本
/*
cnpm website: https://npm.taobao.org/
*/
npm install -g cnpm --registry=https://registry.npm.taobao.org
// cnpm 的大多命令跟 npm 的是一致的,比如安装,卸载这些
yarn 和 npm 改源大法
使用 nrm 模块 : www.npmjs.com/package/nrm
npm config : npm config set registry https://registry.npm.taobao.org
yarn config : yarn config set registry https://registry.npm.taobao.org
以上就是Vue常见问题:安装超时(install timeout)的详细内容,希望本篇文章能够帮助到大家。现在是疫情特殊时期,在家闲着不如一起来学习一下前端技术吧!学如逆水行舟,不进则退。