Visual Studio Code 에서 기존 Nodejs 소스를 실행 하는데 오류 발생 했다.

(The Node version in "블라블라" is outdated(version v6.17.1),  we require at least Node 8.x )

현재 vscode 는 디버거는 8.x 이상의 노드 버전을 지원한다는 것 같다.
2020년 4월 버전부터 그렇게 된거 같다.
난 node 6 버전 써야 하는데(소스의 버전업 계획은 없음-내꺼 아님 ㅜㅜ)

실행하고 싶다면 옵션을 변경해 주면 된다고 합니다. 

debug.javascript.usePreview: false

>> 설정 하는곳~
- File(파일) > Preferences(기본설정) > Settings(설정)
- 설정검색에서 "debug.javascript.usePreview" 조회
- 체크박스 해제 

 

 

 

'개발 > JS,NODEJS' 카테고리의 다른 글

Node.js 참고 정보 모음  (0) 2019.02.21

1. window에서 nvm(node version manager) 사용하기

2. 노드에서 pm2 사용하기


3. pm2-logrotate

https://lahuman.jabsiri.co.kr/258

https://hilzo.tistory.com/51

https://lahuman.github.io/pm2-logrotate/




  

'개발 > JS,NODEJS' 카테고리의 다른 글

VSCode 에서 Nodejs 8 미만 실행하기  (0) 2020.10.14

+ Recent posts