Created
November 7, 2020 02:05
-
-
Save gustavom/580a062cec061f740208376c94886b9d to your computer and use it in GitHub Desktop.
npm-shrinkwrap.json
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
* create new file called: npm-shrinkwrap.json | |
``` | |
{ | |
"dependencies": { | |
"graceful-fs": { | |
"version": "4.2.2" | |
} | |
} | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment