angular.js - angular2+webpack編譯錯誤
仅有的幸福
仅有的幸福 2017-05-15 17:03:54
0
2
550

請大家幫忙看看,憋了一上午了,在線等,先謝謝了!
錯誤訊息:

ERROR in /Users/honpery/personal_project/honpery_com/admin_rewrite/node_modules/@angular/core/src/facade/async.d.ts
(8,28): error TS2307: Cannot find module 'rxjs/Observable'.

ERROR in /Users/honpery/personal_project/honpery_com/admin_rewrite/node_modules/@angular/core/src/facade/async.d.ts
(9,25): error TS2307: Cannot find module 'rxjs/Subject'.

ERROR in /Users/honpery/personal_project/honpery_com/admin_rewrite/node_modules/@angular/core/src/facade/async.d.ts
(10,28): error TS2307: Cannot find module 'rxjs/Observable'.

ERROR in /Users/honpery/personal_project/honpery_com/admin_rewrite/node_modules/@angular/core/src/facade/async.d.ts
(11,25): error TS2307: Cannot find module 'rxjs/Subject'.

tsconfig.json

{
    "compilerOptions": {
        "target": "es5",
        "module": "commonjs",
        "moduleResolution": "node",
        "sourceMap": true,
        "experimentalDecorators": true
    },
    "buildOnSave": false,
    "compileOnSave": false,
    "exclude": [
        "node_modules"
    ]
}

index.ts

import "es6-shim";
import "rx";
import {Component} from '@angular/core';
仅有的幸福
仅有的幸福

全部回覆(2)
曾经蜡笔没有小新

已經找到答案,函式庫用錯了,應該是rxjs而不是rx。

为情所困

說是rxjs/Observable没找到,你装了rx了么?npm install --save rxjs@5.0.0-beta.6

還有,再去掉import "rx";試試。

最後,對照webpack+angular2搭環境看看還有哪裡有差別

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板