Skip to content

Instantly share code, notes, and snippets.

@lufia
Last active February 20, 2017 01:30
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 lufia/2159c9b19036d0e86d86ffaf72bc0fd2 to your computer and use it in GitHub Desktop.
Save lufia/2159c9b19036d0e86d86ffaf72bc0fd2 to your computer and use it in GitHub Desktop.
NodeJS settings
prefix = ~/pkg/nodejs
export NPM_PACKAGES=~/pkg/nodejs
export NODE_PATH=$NODE_PATH:$NPM_PACKAGES/lib/node_modules
PATH=$PATH:$NPM_PACKAGES/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment