2017-01-18 9 views
11

私はこのエラーで立ち往生しました、誰かが私を助けてくれる? 私はちょうど私が誤って返すのを忘れたときに、私はこの少し不可解なエラーを引き起こしたAngular2.4.3未定義のプロパティ 'getLineAndCharacterOfPosition'を読み取ることができません

$ ng serve                                            [19:46:01] 
** NG Live Development Server is running on http://localhost:4200. ** 
Hash: ed77e2590987da94e9d9                
Time: 4165ms 
chunk {0} scripts.bundle.js, scripts.bundle.map (scripts) 1.42 MB {4} [initial] [rendered] 
chunk {1} styles.bundle.js, styles.bundle.map (styles) 203 kB {4} [initial] [rendered] 
chunk {2} main.bundle.js, main.bundle.map (main) 576 bytes {3} [initial] [rendered] 
chunk {3} vendor.bundle.js, vendor.bundle.map (vendor) 234 kB [initial] [rendered] 
chunk {4} inline.bundle.js, inline.bundle.map (inline) 0 bytes [entry] [rendered] 

ERROR in Cannot read property 'getLineAndCharacterOfPosition' of undefined 

ERROR in ./src/main.ts 
Module build failed: Error: /Users/johntostring/Documents/web-workspace/ng2-qyweb/src/main.ts (3,40): Cannot find module '@angular/platform-browser-dynamic'.) 
/Users/johntostring/Documents/web-workspace/ng2-qyweb/src/main.ts (4,32): Cannot find module '@angular/core'.) 
    at _checkDiagnostics (/Users/johntostring/Documents/web-workspace/ng2-qyweb/node_modules/@ngtools/webpack/src/loader.js:145:15) 
    at /Users/johntostring/Documents/web-workspace/ng2-qyweb/node_modules/@ngtools/webpack/src/loader.js:172:17 
@ multi main 
webpack: bundle is now VALID. 

main.ts enter image description here

app.module.ts enter image description here

+0

私は 'npm install'を実行しました。すべての依存関係が正常にダウンロードされました –

+1

コードを入力してください。 – Mistalis

答えて

0

これは長すぎます。 node_modulesを削除して、npm installを再試行した可能性があります。

+0

設定が間違っている可能性もあります。忘れてた –

2

にアップグレード私のコンポーネントの1つのgetter関数の値。

get gene() { 
    // return this._gene; 
} 
16

無効な値を持つtsconfig.app.jsonまたはtsconfig.jsonを変更する場合に発生します。

関連する問題