2017년 6월 9일 금요일

pro angular2 챕터2


sudo npm run typings -- install dt~core-js --save --global
sudo npm run typings -- install dt~node --save --global


이 명령어를 터미널에 입력해도 자꾸 ERROR만 뜨고 알수가 없었는데
stackoverflow 검색해보면  .typingsrc 파일에 설정하는 방법으로 해결한다고 한다.

어떤문제인지 모르겠지만.. 위 명령을 입력하면 typings.json 파일이 생성되고
책에서 처럼 2개의 글로벌 디펜던시가 입력된다.



error로그 : Attempted to compile "core-js" as an external module, but it looks like a global module. You'll need to enable the global option to continue.


Attempted to compile "node" as an external module, but it looks like a global module. You'll need to enable the global option to continue.


둘다 똑같은 내용같다.  책에선 -global 이라고 써져있는데 옵션사용시 -- 하이픈 하나 가 아닌 두개다.  ;;;머이런 경우가 다있지 

댓글 없음: