赞
踩
在安装完vue后,一段时间后发现再次使用出错;感觉可能是使用了代理的原因,但是就算关闭了代理一样不行;最后重启大法解决。
此处记录解决时使用到的命令。
node -v
cnpm -v
vue --version
vue -V
npm install -g @vue/cli
cnpm install -g @vue/cli //镜像源下载
npm install -g @vue/cli@3.12.1 //指定版本号
//指定源下载
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm install -g npm
npm update -g @vue/cli
npm list -g //list出安装的包
npm config get registry
npm config set registry http://registry.npm.taobao.org
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
//恢复源
npm config set registry=https://registry.npmjs.org/
npm cache clean --force
npm config set strict-ssl false
更换registry还不行就《重启大法》
vue create vueProject01
cd到D盘、查找文件夹文件
d: //直接输入一个“ d: ”
dir //等同于Linux的 ls
nvm:node版本管理器
https://github.com/coreybutler/nvm-windows/releases
有时候最新版不兼容会需要降版本
例如 error:digital envelope routines::unsupported
where node //查找node位置,删除文件夹既卸载
nvm ls available //查找版本
nvm install 10.23.0 //安装指定版本
nvm ls
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。