Created
May 4, 2021 15:34
-
-
Save nachoaguirre/0e23bbed49b66ae37c391b3c55b67d98 to your computer and use it in GitHub Desktop.
Create package.json from node_modules folders
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
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