Skip to content

Instantly share code, notes, and snippets.

@creationix
Created August 3, 2017 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creationix/f247e4f7c9916904395e1171eb4478c6 to your computer and use it in GitHub Desktop.
Save creationix/f247e4f7c9916904395e1171eb4478c6 to your computer and use it in GitHub Desktop.
git fetch
git reset --hard origin/master
git clean -xdf
rm package-lock.json app/package-lock.json
npm install
npm run rebuild
npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment