Skip to content

Instantly share code, notes, and snippets.

@ivn-cote
Created January 5, 2018 11:13
Show Gist options
  • Select an option

  • Save ivn-cote/a4c105575e4b52cf773f6fe9a1a60fb2 to your computer and use it in GitHub Desktop.

Select an option

Save ivn-cote/a4c105575e4b52cf773f6fe9a1a60fb2 to your computer and use it in GitHub Desktop.
#!/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