This was easier, and more straightforward than I’d anticipated. All you gotta do is add this to your shell’s rc file:
1 | export PATH="./node_modules/.bin:$PATH" |
This was easier, and more straightforward than I’d anticipated. All you gotta do is add this to your shell’s rc file:
1 | export PATH="./node_modules/.bin:$PATH" |