先卸载旧版本(npm uninstall vue-cli -g)
再安装Vue CLI 3(npm install -g @vue/cli)

若安装报错如下:
在这里插入图片描述
先执行 npm cache clean --force 清除缓存 出现在这里插入图片描述
说明执行成功
再 npm install

npm install -g @vue/cli 安装vue-cli3

npm -V 查看是否安装成功

新建项目 vue create hello-world

若报一下错误:
在这里插入图片描述
这两个版本不一样,需要做更新
在这里插入图片描述
执行 npm update

再重新 vue create hello-world

新建项目指南 https://blog.csdn.net/qq_36407748/article/details/80739787

Logo

前往低代码交流专区

更多推荐