Last active
November 15, 2016 02:06
-
-
Save RavenZZ/2c86133850481c3edae944b00243e5d3 to your computer and use it in GitHub Desktop.
How to npm install --save all packages already installed
This file contains hidden or 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
| npm install `ls node_modules` --save | |
| npm install `dir node_modules/` --save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment