Closed ruben-arts closed 3 months ago
It doesn't make se sense as you can activate an environment from anywhere so $PWD/node_modules/.bin is not ensure to be correct.
I see, my bad. I was thinking it would locate it into the prefix. But on a second try I see it's indeed going to pwd
. Closing the issue. Thanks for the response.
Comment:
He all,
Would it make sense to add the
node_modules/.bin
path to the actual path on activation of an environment withnodejs
?It would allow me to directly execute the binaries installed in the environment by npm without extra configuration.
Thanks in advance!