npm错误! npm安装(角度)时,超出了最大调用堆栈大小

问题描述 投票:0回答:2
我在运行npm install时得到了这个

npm WARN deprecated [email protected]: NOTICE: ts-simple-ast has been renamed to ts-morph and version reset to 1.0.0. Switch at your leisure... npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor. npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/ npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info. npm WARN deprecated [email protected]: This project is unmaintained npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0 npm WARN deprecated [email protected]: New code is available at github.com/uNetworking/uWebSockets.js npm WARN deprecated [email protected]: Use uuid module instead npm WARN deprecated [email protected]: This project is unmaintained npm ERR! Maximum call stack size exceeded npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\1-PC\AppData\Roaming\npm-cache\_logs\2019-02-22T21_56_49_385Z-debug.log

我在运行npm install npm时得到了此信息,WARN不推荐使用[email protected]:注意:ts-simple-ast已重命名为ts-morph,版本重置为1.0.0。闲暇时切换... npm WARN ...
angular npm
2个回答
1
投票
转到您的项目目录并删除

node_modules


0
投票
我使用Docker构建了一个react项目,并遇到了类似的错误(尽管该错误未在本地重复发生)。由于递归调用的嵌套限制而返回此错误。
© www.soinside.com 2019 - 2024. All rights reserved.