2017-05-06 5 views
5

ts-node과 함께 다음 코드를 실행하려고합니다. ts-node로 실행할 때 typescript로 nodejs`fs`를 가져 오시겠습니까?

import { writeFileSync, readFileSync } from 'fs'; 

그러나 내가 얻을 :

src/main/ts/create.ts (1,45): Cannot find module 'fs'. (2307) 

는 내가 타이프는 FS 모듈을 가져올 수 있도록하려면 어떻게해야합니까?

$ npm install @types/node --save-dev 

당신이 NodeJS QuickStart in the TypeScript Deep Dive by Basarat을 참조 할 수있는 추가 정보가 필요한 경우 :

답변

7

당신은 실행해야합니다.