Created
August 24, 2025 18:24
-
-
Save aaronedev/368f7f2e865e7a217ef65abff1022b21 to your computer and use it in GitHub Desktop.
direnv load local node-modules binaries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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