Skip to content

Instantly share code, notes, and snippets.

@aaronedev
Created August 24, 2025 18:24
Show Gist options
  • Select an option

  • Save aaronedev/368f7f2e865e7a217ef65abff1022b21 to your computer and use it in GitHub Desktop.

Select an option

Save aaronedev/368f7f2e865e7a217ef65abff1022b21 to your computer and use it in GitHub Desktop.
direnv load local node-modules binaries
# if the project has local bins, add them to PATH
if [ -d ./node_modules/.bin ]; then
PATH_add ./node_modules/.bin
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment