프로그래밍 (57) 썸네일형 리스트형 [Nodeclipse] Nodemon 사용하기 1. nodemon Install - sudo npm -g install nodemon 2. path - which nodemon - /usr/local/bin/nodemon 3. argument setting - Run As -> Run configure -> Arguments -> Node arguments 내 nodemon full path 넣어줌. (WINDOWS) 4. Mac OS 일 경우 - 에러화면 - 해결법sudo vi /usr/local/lib/node_modules/nodemon/lib/monitor/run.jsfunction run(options) { var cmd = config.command.raw; cmd.executable = '/usr/local/bin/node'; /*추가*/} 이전 1 ··· 5 6 7 8 다음