2016-07-07 2 views
0
TS2307: Cannot find module '@angular/core'. 
TS2307: Cannot find module '@angular/router'. 
or any other module in @angular folder. 

그 폴더 을 exsist 않지만 어떤 이유 - webstorm 또는 타이프 라이터 또는 뭔가를 찾을 수 나던. webstorm에서Webstorm에서 '@ angular/core'를 찾을 수 없습니다.

im working with angular 2 cli 
node v = 6.2.2 
npm v =3.9.5 
.... 
"dependencies": { 
    "@angular/common": "2.0.0-rc.3", 
    "@angular/compiler": "2.0.0-rc.3", 
    "@angular/core": "2.0.0-rc.3", 
    "@angular/forms": "0.2.0", 
    "@angular/http": "2.0.0-rc.3", 
    "@angular/platform-browser": "2.0.0-rc.3", 
    "@angular/platform-browser-dynamic": "2.0.0-rc.3", 
    "@angular/router": "3.0.0-alpha.8", 
    "es6-shim": "0.35.1", 
    "reflect-metadata": "0.1.3", 
    "rxjs": "5.0.0-beta.6", 
    "systemjs": "0.19.26", 
    "zone.js": "0.6.12" 
    }, 
.... 

답변

1

: 은 파일 -> 설정 -> 언어 & 프레임 워크 -> 타이프 라이터가 -> 타이프 라이터 컴파일러에게

tsconfig.json & 사용 가능 :

을 즐길 수
관련 문제