安装node模块@angular/cli@latest后,ng文件不存在

After installing node module @angular/cli@latest, the ng file doesn't exist

我在 Git Bash Windows 10 上做这件事。 命令是:

npm install --save @angular/cli@latest

输出是:

+ @angular/cli@13.2.2
added 35 packages from 15 contributors and audited 914 packages in 4.852s

目录 node_modules@angular\cli\bin 包含以下文件:

bootstrap.js
ng.js
package.json

它还包含带有这两个文件的安装后目录:

analytics-prompt.js
script.js

在我搜索的所有地方,我都看到了对 node_modules@angular\cli\bin\ng 的引用,但该文件不存在。我有“ng.js”但没有“ng”。

较新版本的 Angular CLI 有什么变化吗?

是的, the file is now called ng.js. It was renamed since @angular/cli v.13.0.0 by this specific commit

您不应专注于该扩展名更改,而是按照您的教程和文档查看他们指向您的文件内容。