Skip to content

Instantly share code, notes, and snippets.

@cedricvidal
Created February 23, 2019 10:53
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 cedricvidal/1fee0569e05b7c5206a367d181fc9ae9 to your computer and use it in GitHub Desktop.
Save cedricvidal/1fee0569e05b7c5206a367d181fc9ae9 to your computer and use it in GitHub Desktop.
Node sample direnv
# Add node_modules/.bin to PATH
layout node
set -e
# Use specific node version using nvm
NODE_VERSION_PREFIX=v
NODE_VERSIONS=~/.nvm/versions/node
use node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment