인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

seungwan377753's profile image
seungwan377753

asked

Getting started with TypeScript

Some basic types1

실행이 안돼여ㅠㅠㅠ

Written on

·

226

2

code  runner 설치해서 하는데

이런식으로 나와요..

도와주세요~

typescript

Answer 2

1

seungwan377753님의 프로필 이미지
seungwan377753
Questioner

감사합니다~

1

landvibe님의 프로필 이미지
landvibe
Instructor

혹시 ts-node 설치하셨나요?
타입스크립트를 실행하려면 ts-node 설치하고 path 를 설정해야 합니다.
자세한 내용은 아래 링크 참고하세요
https://github.com/formulahendry/vscode-code-runner/issues/162#issuecomment-323246500

좀 더 간편하게는 타입스크립트 playground를 이용하시는 방법도 있습니다.
https://www.typescriptlang.org/play

seungwan377753's profile image
seungwan377753

asked

Ask a question