generated from version-fox/vfox-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
A very nice feature would be to make global packages are always available, like with Volta.
Current behavior
- Run
npm install -g rimrafwith a NodeJS managed by vfox - The
rimrafcommand is available - Run
vfox useto a different NodeJS version - The
rimrafcommand isn't found anymore
Expected behavior
- Run
npm install -g rimrafwith a NodeJS managed by vfox - The
rimrafcommand is available - Run
vfox useto 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.
Codex-
Metadata
Metadata
Assignees
Labels
No labels