728x90
tsc -w 오류
타입스크립트를 실행했더니, 다음과 같이 오류가 발생했다.
그래서 타입스크립트를 다시 설치했더니
npm install -g typescript
또 다른 오류가 발생...
해결방법
1. vscode 관리자 권한으로 실행
https://olppaemmit.tistory.com/207
2. 터미널에 명령어 입력 (Restricted에서 RemoteSigned로 변경)
Get-ExecutionPolicy
Set-ExecutionPolicy RemoteSigned
728x90
'IT > error solution' 카테고리의 다른 글
[Error] VirtualBox 설치 시, Visual C++ 2019 오류 (0) | 2023.01.12 |
---|---|
[Error] zsh: command not found: python (Mac OS) (0) | 2022.12.29 |
[terminal] 터미널에서 로그를 한글에서 영어로 변경하는 방법 (0) | 2022.08.04 |
[Spring] org.apache.ibatis.binding.BindingException (2) | 2022.08.02 |
[Spring] invalid source release 해결 방법 (0) | 2022.05.29 |