Skip to content

Instantly share code, notes, and snippets.

@maxmckenzie
Created November 10, 2016 09:18
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 maxmckenzie/4bfedbd3a82ac7fb02a3d60c7a4cac77 to your computer and use it in GitHub Desktop.
Save maxmckenzie/4bfedbd3a82ac7fb02a3d60c7a4cac77 to your computer and use it in GitHub Desktop.
Use the current directories node modules and avoid installing node_modules globally `-g` with direnv
export PATH=$(npm bin):$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment