generated from version-fox/vfox-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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.
Codex-
Metadata
Metadata
Assignees
Labels
No labels