1
bit2ucketからangular2cliをインストールしました。 NPM後、NGのビルドとNGがサーブ、インストールして、ローカルホストに行く:4200私はctorParameters.mapは関数エラーではありません
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)
このエラーを取得する誰もが私に何の問題を伝えることができますか?私は新しいものを更新しましたが、まだこの問題があり、私は[email protected]β14へのダウングレードはまったく機能していないようです。 Googleはそれを読んで、多くの "ソリューション"は動作しません。
I今日同じエラーを得た、ここに私がやったことだ
これは新しい問題です。おそらく依存関係の1つに、新しい「angular-cli」バージョンが必要です。 'angular-cli @ 1.0.0-beta.25'にアップデートしてみてください –