1. 程式人生 > >Unexpected end of JSON input while parsing near '...gistry.npmjs.org/glob'

Unexpected end of JSON input while parsing near '...gistry.npmjs.org/glob'

1、重新建立空專案:ng new 專案名稱 --skip-install

2、進入你的專案目錄:cd 專案名稱

3、重新設定連結:npm set registry https://registry.npmjs.org/

4、重置cache:npm cache clean --force

5、安裝模組包:npm install

6、如果失敗重新執行:4、5

7、啟動服務:ng serve

8、測試網頁:開啟瀏覽器,輸入http://localhost:4200

9、原文