npm 특정버전 설치

https://stackoverflow.com/questions/15890958/how-do-i-install-a-previous-version-of-an-npm-package


It's quite easy. Just write this, for example:
npm install -g npm@4.6.1
shareimprove this answer

In my opinion that is easiest and fastest way:
$ npm -v 4.2.0 $ npm install -g npm@latest-3 ... $ npm -v 3.10.10

댓글 쓰기

0 댓글