반응형

nodejs -- npm 최신 버전으로 변경하기



참고 : http://askubuntu.com/questions/562417/how-do-you-update-npm-to-the-latest-version

         



$ sudo npm install npm -g



$ npm -v

3.9.0






<< Windows 환경에서 npm 버전 updat 하기 >>


F:\vscode>npm install npm -g






<< npm 옵션 >>


참고 :  https://docs.npmjs.com/cli/install



npm install [<@scope>/]<name> [-S|--save|-D|--save-dev|-O|--save-optional]:



-S, --save: Package will appear in your dependencies.

-D, --save-dev: Package will appear in your devDependencies.













반응형
Posted by 자유프로그램
,