故障
在使用npm install
下载依赖的时候报错Unhandled rejection RangeError: Maximum call stack size exceededill install loadIdealTree
原因
新版本nodejs
与npm
最新版本出现不兼容
处理方式
给npm降级
npm install -g npm@5.4.0
重新执行npm install
未见报错
故障
在使用npm install
下载依赖的时候报错Unhandled rejection RangeError: Maximum call stack size exceededill install loadIdealTree
原因
新版本nodejs
与npm
最新版本出现不兼容
处理方式
给npm降级
npm install -g npm@5.4.0
重新执行npm install
未见报错