1. 程式人生 > >npm報錯:npm ERR! Maximum call stack size exceeded npm ERR! A complete log of this run can be found in

npm報錯:npm ERR! Maximum call stack size exceeded npm ERR! A complete log of this run can be found in

在npm下載包的時候出現一個錯誤:

npm ERR! Maximum call stack size exceeded
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\安寧的小獅獅\AppData\Roaming\npm-cache_logs\2018-10-09T16_04_57_084Z-debug.log

錯誤截圖:
在這裡插入圖片描述

錯誤原因:

npm版本的問題,你也可以去提示的那個npm目錄裡面去檢視日誌,你可以嘗試一下更新一下npm的版本,或者回退一下版本。

更新npm版本命令:

npm install npm -g 要記住全域性更新
淘寶映象命令:cnpm install npm -g 淘寶映象會比較快
再檢視一下npm版本:npm -v

再試著去安裝其他包,好OK了!