vue cli3 建立專案時出錯

2021-08-28 19:32:03 字數 815 閱讀 2009

報錯如下

vue cli v3.0.4

creating project in c:\users\25677\desktop\study\vuedemo\vuex-demo.

installing cli plugins. this might take a while...

npm err! unexpected end of json input while parsing near '...t":false,"tarball":"h'

npm err! a complete log of this run can be found in:

error command failed: npm install --loglevel error --registry= --disturl=

ps c:\users\25677\desktop\study\vuedemo>

第一次我是降低了npm版本,解決了問題,第二次又遇到了這個問題我是清空了npm快取解決了;

現在看到了這種方法,覺得簡單暴力,解除安裝所有,清除快取,重來一次就好

npm uninstall -g vue

npm uninstall -g vue-cli

npm uninstall -g @vue/cli

npm cache clean --force

npm install -g @vue/cli

由於我沒用2.多的腳手架了,現在直接使用這個方法了。

以上步驟後正常執行。

這個連線是很多遇到這個問題的人在上面提問和解決方法的。

vue cli3建立專案

預設 引入elementui 1.安裝element ui npm i element ui s 2.在main.js上新增 import elementui from element ui import element ui lib theme chalk index.css vue.use el...

vue cli3快速建立專案

先檢查vueb v 和 npm v 下面vuecli安裝成功後,如果vue v報錯的話需要以管理員身份開啟powershell 一 安裝 vue cli 更新到 3.x 之後,vue cli 的包名從 vue cli 改成了 vue cli 如果之前全域性安裝了舊版本的 vue cli 1.x 或 ...

Vue cli3專案建立

ps 如果之前安裝有cli2需要先解除安裝cli2才能安裝cli3 cli4 準備工作 檢視當前版本 vue v 或者 vue version1 安裝 解除安裝 cli2 全域性安裝 npm install vue cli g 全域性解除安裝 npm uninstall vue cli g cli3...