在 Angular CLI 中使用 ng new 命令出错 [重复]

Posted

技术标签:

【中文标题】在 Angular CLI 中使用 ng new 命令出错 [重复]【英文标题】:Getting error with ng new command in Angular CLI [duplicate] 【发布时间】:2020-01-03 08:31:19 【问题描述】:

当我运行 ng new myproject 时,出现以下错误。

“在...附近解析时意外结束 JSON 错误”:“完整性”:“sha51 '”

我正在使用 MicroSoft Surface 6 Pro。

【问题讨论】:

您可以尝试再次卸载并安装@angular/cli 包吗? 【参考方案1】:

这样做

npm cache clean --force

然后运行

npm install -g @angular/cli@latest

【讨论】:

很高兴它有效,你能接受它有答案吗

以上是关于在 Angular CLI 中使用 ng new 命令出错 [重复]的主要内容,如果未能解决你的问题,请参考以下文章

ng new my-app 意外令牌 =

如何在基于 angular-cli 的混合应用程序中使用 ng-annotate

ng:使用 angular-cli 创建新项目时找不到命令

ng 目录详解

高版本的angular cli(2以上)如何使用ng eject

如何使用 angular-cli 和 ng-bootstrap 自定义 Bootstrap 4 SCSS 变量?