A very nice feature would be to make global packages are always available, like with Volta.
Current behavior
- Run
npm install -g rimraf with a NodeJS managed by vfox
- The
rimraf command is available
- Run
vfox use to a different NodeJS version
- The
rimraf command isn't found anymore
Expected behavior
- Run
npm install -g rimraf with a NodeJS managed by vfox
- The
rimraf command is available
- Run
vfox use to a different NodeJS version
- The `rimraf command is available and it is ran by the NodeJS version on which it was installed.
I guess it may need some major changes to vfox core but it could also benefit other platforms, like Bun, Deno and Python pip packages.
A very nice feature would be to make global packages are always available, like with Volta.
Current behavior
npm install -g rimrafwith a NodeJS managed by vfoxrimrafcommand is availablevfox useto a different NodeJS versionrimrafcommand isn't found anymoreExpected behavior
npm install -g rimrafwith a NodeJS managed by vfoxrimrafcommand is availablevfox useto a different NodeJS versionI guess it may need some major changes to vfox core but it could also benefit other platforms, like Bun, Deno and Python pip packages.