Skip to content

Instantly share code, notes, and snippets.

@beeman
Created November 15, 2016 19:05
Show Gist options
  • Save beeman/e6325432d16485d040a5ec9f97ab859d to your computer and use it in GitHub Desktop.
Save beeman/e6325432d16485d040a5ec9f97ab859d to your computer and use it in GitHub Desktop.
# Clean up dependencies in packages
nps lerna clean
# Clean up local node_modules
rm -r node_modules
# Install local node_modules
npm install
# Install dependencies in packages
nps setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment