Skip to content

Instantly share code, notes, and snippets.

@RavenZZ
Last active November 15, 2016 02:06
Show Gist options
  • Select an option

  • Save RavenZZ/2c86133850481c3edae944b00243e5d3 to your computer and use it in GitHub Desktop.

Select an option

Save RavenZZ/2c86133850481c3edae944b00243e5d3 to your computer and use it in GitHub Desktop.
How to npm install --save all packages already installed
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