유용한 PM2 커맨드 pm2로 실행한 모든 프로세스를 중지 & 삭제 합니다. pm2 kill "--no-deamon" 은 pm2를 실행하면서 로그가 출력되도록 합니다. pm2 start main.js --watch --no-deamon 또 특정 디렉토리에 대한 watch를 하지 않도록 하는 방법입니다. --ignore-watch="①module/②example.js ③ data/*" ( /* 은 폴더 내에 속한 모든 파일을 의미) ① 폴더 ②파일 ③여러 항목일 경우 ' '(SPACE)로 구분 pm2 start main.js --watch --ignore-watch="module/example.js data/*" --no-daemon 출처 : 생활코딩(https://opentutorials.org/cour..
File System fs.readDir 파일 목록 가져오기 const fs = require("fs"); fs.readDir(_dir, (err, files) => { // _dir 디렉토리의 파일 목록을 files라는 이름의 배열로 가져옴. if (err) throw err; }); NPM (Node Package Manager) NPM에서 패키치 설치하기 npm install [패키지명] -g -g : 모든 경로에서 해당 패키지를 실행할 수 있게 함 PM2 (Process Manager 2) 'Q' Key : 현재 기능에서 나가기 pm2 start main.js main.js를 pm2로 실행 끝에 "--watch" : 소스코드 변경사항 실시간 반영 pm2 monit 관련 프로세스 및 로그 출력 pm..
Console Argument const args = process.argv; console.log(args); /* "node exam.js minseok" 으로 실행 실행결과 [ 'C:\\Program Files\\nodejs\\node.exe', 'D:\\dev\\study\\study\\nodejs\\exam.js', 'minseok' ] */ url.parse(request.url, true) Url { protocol: null, slashes: null, auth: null, host: null, port: null, hostname: null, hash: null, search: '?id=JavaScript', query: [Object: null prototype] { id: 'JavaS..
- Total
- Today
- Yesterday
- sql
- props
- useState
- pm2
- SQL JOIN
- Database
- 논리연산자
- code-block
- react hook
- blog
- terminal
- npm
- nodejs
- reactjs
- Object
- javascript
- ES6
- State
- highlight-js
- file system
- 삼항연산자
- OOP
- daemon
- ignore
- Command
- react
- syntax-highlight
- function
- useEffect
- mark-down
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |