분류
1. 개요
2. 설치
일반적인 경우에는 Node.js를 설치하면 자동으로 설치된다. 리눅스 기준으로 다음 명령어를 실행하여 직접 npm을 설치할 수 있다.
curl -L https://npmjs.com/install.sh | sh
3. 주요 모듈
- EJS - HTML에 nodejs 런타임의 변수나 코드 등을 템플릿화 시켜 렌더링 시켜주는 모듈이다.
4. 인수
[1] NPM by the numbers(로그인 후 조회 가능)[2] 현재 deprecated 처리 되었다. 자세한 사항은 https://github.com/request/request/issues/3142 참고. [3] 현재 deprecated 처리 되었다. 자세한 사항은 https://github.com/request/request/issues/3142 참고. [4] https://github.blog/2020-03-16-npm-is-joining-github/