当我需要模块时,为什么 Angular 会给我这个错误?

Why does Angular give me this error, when I have needed modules?

当我尝试使用命令 ng 时出现此错误。

Unknown error: Error: Package exports for '\AppData\Roaming\npm\node_modules\@angular\cli\node_modules\uuid' do not define a valid '.' target

我已经尝试卸载和安装 angular,更新节点模块的所有内容,但似乎无法解决这个问题

Nodejs 版本 v13 已知存在这方面的问题。尝试使用 v12.16.3 并且它正在工作。使用最新的 v14.5.0 或官方 LTS v12.16.3.

仅供参考: 在命令提示符/终端

上使用node -v检查节点版本