gpt4 book ai didi

node.js - ctorParameters.map 不是函数错误

转载 作者:太空宇宙 更新时间:2023-11-04 02:11:52 26 4
gpt4 key购买 nike

我只是从 bitbucket 安装 angular2cli。 npm install、ng build 和 ngserve 后,转到 localhost:4200 我收到此错误

Uncaught TypeError: ctorParameters.map is not a function
at ReflectionCapabilities.parameters (http://localhost:4200/main.bundle.js:44436:45)
at Reflector.parameters (http://localhost:4200/main.bundle.js:44570:44)
at CompileMetadataResolver.getDependenciesMetadata (http://localhost:4200/main.bundle.js:25124:54)
at CompileMetadataResolver.getTypeMetadata (http://localhost:4200/main.bundle.js:25089:26)
at CompileMetadataResolver.getDirectiveMetadata (http://localhost:4200/main.bundle.js:24864:28)
at http://localhost:4200/main.bundle.js:24933:49
at Array.forEach (native)
at CompileMetadataResolver.getNgModuleMetadata (http://localhost:4200/main.bundle.js:24926:44)
at http://localhost:4200/main.bundle.js:24914:50
at Array.forEach (native)

谁能告诉我什么问题吗?我更新了新的,但仍然有这个问题,我降级到 angular-cli@1.0.0-beta.14 似乎根本不起作用。谷歌它并阅读了很多“解决方案”不起作用。

最佳答案

我今天遇到了同样的错误,这就是我所做的:

  • 降级我的 Node 版本(至 Node :4.3.2)
  • 运行 npm install -g npm。 (获取最新的npm版本)
  • 按如下方式更新我的 Angular 版本:
"@angular/common": "2.4.1",
"@angular/compiler": "2.4.1",
"@angular/core": "2.4.1",
"@angular/forms": "2.4.1",
"@angular/http": "2.4.1",
"@angular/platform-browser": "2.4.1",
"@angular/platform-browser-dynamic": "2.4.1",
"@angular/platform-server": "2.4.1",
"@angular/router": "3.4.1",
"rxjs": "5.0.1",
"zone.js": "^0.7.2"
  • 很多人都有同样的问题,也许here您可以找到有关此问题的更多信息。希望能帮助到你。

关于node.js - ctorParameters.map 不是函数错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41724808/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com