I'd like to continue using the "global" bin directory from nvm
with pnpm
, but it seems like that isn't an option anymore.
#4744
Milestone
nvm
with pnpm
, but it seems like that isn't an option anymore.
#4744
I'd like to continue using the "global" bin directory from
nvm
withpnpm
, but it seems like that isn't an option anymore.nvm
automatically updates the shell path depending on which version of node you're using, which means in order to make pnpm write files there I think I need to set this in my nvmrc:This is a symlink to whatever version of node nvm has active currently.
However, that causes pnpm to fail with this message:
... which is sort of true, but the directory that resolves to is definitely in the PATH:
So the result is that I can't install packages globally into different versions of node without making sure
global-bin-dir
is in sync before doing it (this includes pnpm itself)Originally posted by @apottere in #4658 (comment)
The text was updated successfully, but these errors were encountered: