일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 퀵소트
- REACT
- Webpack
- mysql 5.5
- Chunk
- 정규표현식
- npm
- nodejs
- REACTJS
- JavaScript
- migration
- expire_logs_days
- regex
- Node
- Spring Batch
- upgrade
- eslint
- current_date
- spring
- log4j2
- Effective Java
- log_bin
- git
- update
- java
- spring cloud
- Effective Java 3/e
- Regular expression
- Express
- MySQL
- Today
- Total
목록npm (2)
내 세상
NodeJS 환경에서 Ping을 날리기 위한 방법. pingus package를 사용해보고자 한다! https://github.com/wnynya/Pingus GitHub - wnynya/Pingus: A simple network ping tool in nodejs. Supports TCP / UDP / ICMP protocol. A simple network ping tool in nodejs. Supports TCP / UDP / ICMP protocol. - GitHub - wnynya/Pingus: A simple network ping tool in nodejs. Supports TCP / UDP / ICMP protocol. github.com // TCP Ping to localhost:2..
Linux NodeJS Version Upgrade 1. Node JS 버전 확인 node -v 2. npm 캐시 제거 npm cache clean -f cf) Windows 에서 실행시 아래와 같은 에러 확인할 수 있음 3. NodeJS 버전 관리 모듈 설치 1) Node.js 업데이트는 Node.js 버전 관리 모듈인 n을 사용해서 진행할 수 있음. npm install -g n 4. n 모듈을 사용한 Node.js 설치 n stable → stable 버전 설치 n lts → latest 버전 설치 n latest → latest 버전 설치 n 12.15.0 → 12.15.0 버전 설치 5. Node JS 버전 확인 후 설치 완료 Windows NodeJS Version Upgrade Windows..