我是angular-cli
的新手,並且使用ng new angular2
命令創建了角度2項目。現在,當我嘗試使用ng serve
運行它時,它只是崩潰了一些錯誤。ng通過簡單的新角度cli項目投擲錯誤
登錄:
ERROR in [default] C:\Users\user\desktop\angularcli\node_modules\@types\jasmine\index.d.ts:39:37
A parameter initializer is only allowed in a function or constructor implementation.
ERROR in [default] C:\Users\user\desktop\angularcli\node_modules\@types\jasmine\index.d.ts:39:45
Cannot find name 'keyof'.
ERROR in [default] C:\Users\user\desktop\angularcli\node_modules\@types\jasmine\index.d.ts:39:51
'=' expected.
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 2.81 kB 0
webpack: Failed to compile.
我不知道爲什麼我得到這個痕跡,因爲我還沒有作出在文件中的任何改變。 有誰知道爲什麼會發生此錯誤或有人可能遇到過它。
分享,我得到的運行ng --version
的配置 -
angular-cli: 1.0.0-beta.18
node: 6.9.5
os: win32 x64
感謝您的幫助。
你有角CLI的更新版本? ng -version給你什麼? –
可以分享錯誤的截圖和** angular-cli ** – Aravind
的版本更新了這個問題,請看看。 –