NodeJS
노드JS 버전 명령어
우와해커
2019. 7. 22. 16:10
이용가능한 패키지 검색
npm search
특정 패키지 버전 검색
npm view versions
특정 버전 전역으로 패키지 설치
npm -g install <패키지>@<버전>