Skip to content

Instantly share code, notes, and snippets.

@nodokodo
Last active December 11, 2015 23:29
Show Gist options
  • Save nodokodo/4677305 to your computer and use it in GitHub Desktop.
Save nodokodo/4677305 to your computer and use it in GitHub Desktop.
Set npm JOBS
#!/bin/sh
npm config set jobs $(node -pe "require('os').cpus().length")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment