Utility/VSCode
VSCode 타입스크립트 설정 (tsc)
2mukee
2024. 7. 19. 23:05
320x100
320x100
파워 쉘 관리자 권한으로 실행 > 아래 명령 실행
Set-ExecutionPolicy RemoteSigned
안되면 typescript 삭제 후 재설치
1. C:\Users\사용자\AppData\Roaming\npm\node_modules 에서 typescript 제거
2. typescript 재설치
npm install -g typescript
Reference
vscode typescript 설정, ts 컴파일(tsc 명령어 powershel 실행 오류 해결)
https://code.visualstudio.com/docs/typescript/typescript-tutorial https://aerocode.net/303 https://s...
blog.naver.com
NPM Module Install | 웹팩 핸드북
NPM 설치 명령어 NPM에서 가장 많이 사용되는 명령어인 npm install에 대해 알아보겠습니다. NPM 지역 설치 NPM 초기화 명령어로 package.json 파일을 생성하고 나면 해당 프로젝트에서 사용할 자바스크립
joshua1988.github.io
300x250
728x90