Skip to content

Instantly share code, notes, and snippets.

@marcuswestin
Created May 2, 2012 18:43
Show Gist options
  • Save marcuswestin/2579105 to your computer and use it in GitHub Desktop.
Save marcuswestin/2579105 to your computer and use it in GitHub Desktop.
npm install all node_modules
setup:
for file in ./node_modules/*; do cd $$file && npm install --production . && cd ../..; done
.PHONY: setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment