Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nachoaguirre/0e23bbed49b66ae37c391b3c55b67d98 to your computer and use it in GitHub Desktop.
Save nachoaguirre/0e23bbed49b66ae37c391b3c55b67d98 to your computer and use it in GitHub Desktop.
Create package.json from node_modules folders
1. npm init
2. ls node_modules/ | xargs npm install --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment