IT/error solution
[TypeScript] tsc -w 오류
올빼밋.
2022. 10. 29. 16:21
728x90
tsc -w 오류
타입스크립트를 실행했더니, 다음과 같이 오류가 발생했다.
그래서 타입스크립트를 다시 설치했더니
npm install -g typescript
또 다른 오류가 발생...
해결방법
1. vscode 관리자 권한으로 실행
https://olppaemmit.tistory.com/207
2. 터미널에 명령어 입력 (Restricted에서 RemoteSigned로 변경)
Get-ExecutionPolicy
Set-ExecutionPolicy RemoteSigned
728x90