Created
November 15, 2016 19:05
-
-
Save beeman/e6325432d16485d040a5ec9f97ab859d to your computer and use it in GitHub Desktop.
This file contains 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
# 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