Created
July 27, 2015 07:49
-
-
Save savelee/304b861a1417f33fc669 to your computer and use it in GitHub Desktop.
Create node module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yo nodejs | |
//install modules globally | |
npm install packagename -g | |
//install modules and save in package.json | |
npm install packagename --save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment