使用 Angular CLI 时出现类型错误 [ERR_NO_ICU] [关闭]

2024-02-15

我安装了 Angular clisudo npm install -g @angular/cli在我的 Mac (10.15.7) 上。

但知道我收到以下错误:

~/Workspace % ng new angular-10-app
Unknown error: TypeError [ERR_NO_ICU]: "fatal" option is not supported on Node.js compiled without ICU

Windows 上出现同样的错误,但仅限于命令行 (cmd.exe)。 power shell 中的相同命令也有效。

>ng serve
Unknown error: TypeError [ERR_NO_ICU]: "fatal" option is not supported on Node.js compiled without ICU

None

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

使用 Angular CLI 时出现类型错误 [ERR_NO_ICU] [关闭] 的相关文章

随机推荐