Jan Killian
Jan Killian
Yes, Volta uses `%ProgramFiles%\Volta` in system PATH for base node/npm/npx/yarn/pnpm shim and `%LocalAppData%\Volta` in user PATH for shims of npm packages installed globally (for any of the Volta managed Nodes)....
@1111mp yes, that seems to be the cause. What about running the exe with full path, like `%UserProfile%\.nvmd\versions\\.exe`?
Yes, however the point actually was: What about running the `exe` with full path within the shim code above. That would avoid any possible infinite loop in the shim as...
Interesting, installed latest Yarn 1.2.1 with `npm i -g yarn`, and there's no `%LocalAppData%\Yarn\bin` directory at all. Actually, there're only `cache` and `config` directories in `%LocalAppData%\Yarn`. I found all the...