從coding上clone專案,執行npm run dev報錯,
然後發現是依賴沒下好,再執行npm install繼續報錯,截圖如下:
去網上搜尋發現解決方法:
來自飛奔的波大爺
報錯**:
npm err! unexpected end of json input while parsing near '...,"version":"0.4.1","d'
這個不曉得原因,但是解決辦法是 清一下棧:
npm cache clean --force
報錯**npm err! a complete log of this run can be found in:
原因:全域性的腳手架和本地的腳手架版本不一樣
解決:嘗試更新版本,**映象命令:
cnpm install npm -g
貌似還是報錯,
換乙個
npm install npm -g
不報錯了,然後再試npm i
不報錯了
然後執行npm run dev
即可
npm報錯常見問題?
電腦中以前存在有node和npm,但是我想重新安裝node和npm,所以就把以前的node刪除掉了。重新安裝完node之後,使用cmd命令列輸入node v 和 npm v 檢查是否安裝成功時,發現node v是沒有問題的,但是輸入npm v時,報錯 error eperm operation no...
npm 安裝 node sass報錯的問題
vue 專案在安裝依賴,也就是執行npm install的過程中報sassloader相關的一堆問題 2.cmd指定win32 x64 72 binding.node路徑,後面是你win32 x64 72 binding.node存放目錄的絕對路徑 set sass binary path d yo...
npm公升級後報錯
原node版本 v3.3.1 原npm版本 v2.3.0 希望npm公升級到3.0以上 於是直接執行了命令 npm install g npm 結果就報錯了 syntaxerror block scoped declarations let,const,function,class not yet ...