본문 바로가기

JS

Node js와 Brackets 설치, 오류 수정

https://nodejs.org/ko/ 여기서 노드 js 설치

http://brackets.io 여기서 brackets 설치


brackets에서 오류 뜨면 파일 상단에 추가 /*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */ /*global define */


'node' is not recognized as an internal or external command, operable program or batch file. 이 오류가 뜨면

시스템 환경 변수 편집 -> 환경 변수 -> '사용자 이름'에 대한 사용자 변수에서 path 클릭 -> nodejs가 설치된 경로 입력 C:\Program Files\nodejs\


나같은 경우에 C:\Program Files\nodejs 이렇게 했다가 계속 안됐다...

https://stackoverflow.com/questions/26144724/node-is-not-recognized-as-an-internal-or-external-command-but-is-in-path


node js 강의

https://www.youtube.com/watch?v=G1ZAXlSWEVw&index=3&list=PLG7te9eYUi7tHH-hJ2yzBJ9h6dwBu1FUy

'JS' 카테고리의 다른 글

실시간으로 생긴 태그 클릭 안될 때  (0) 2018.07.30
append() html() prepend()  (0) 2018.07.30
새로 고침 버튼  (0) 2018.05.28
setTimeout  (0) 2018.05.28
Javascript 객체  (0) 2018.05.02