标签: node.js angular npm angular-cli
我正在尝试使用 ng新的testApp -routing 创建角度应用程序,但抛出以下错误。
命令:
ng new testApp -routing
错误:
npm错误!超出了最大调用堆栈大小
任何人都有关于此错误的想法
答案 0 :(得分:1)
错别字:您需要使用--:
--
ng new testApp --routing
答案 1 :(得分:1)
您可以先尝试npm rebuild,然后再尝试ng new testApp --routing
npm rebuild