1. 程式人生 > >npm install 報錯:error Unexpected end of JSON input while parsing near '...https://registry.npmj'的解決辦法

npm install 報錯:error Unexpected end of JSON input while parsing near '...https://registry.npmj'的解決辦法

記:

在npm install前端專案時報錯:error Unexpected end of JSON input while parsing near '...https://registry.npmj'

解決辦法:

1.先清理一下快取:

npm cache clean --force

2.然後:

npm install

然後就可以成功的安裝成功了。