Created
January 5, 2018 11:13
-
-
Save ivn-cote/a4c105575e4b52cf773f6fe9a1a60fb2 to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| sed -i '' 's/<old>/<new>/g' package-lock.json | |
| sed -i '' 's/<old>/<new>/g' .npmrc | |
| rm -rf node_modules | |
| npm cache clear --force | |
| npm i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment