반응형
*.ts 로 작업을 시작할때..
require 를 사용하면 아래와 같은 오류가 발생할 수 있다.
require is not defined in typescript
그럴땐 아래와 같이 npm 패키지를 설치해주자.
npm install @types/node
반응형
'웹프로그래밍 > node.js & Typescript' 카테고리의 다른 글
Node.js / Express.js - How to override/intercept res.render function? (0) | 2020.07.08 |
---|---|
안전한 any 타입 만들기 (0) | 2020.02.11 |
[node.js] adding .css file to ejs (0) | 2016.05.16 |
[node.js] Unable to include relative path file using Jade Template (0) | 2015.06.23 |
[node.js] socket set() get() depracated! (socket.io) (0) | 2015.06.11 |