volta-cli / volta

Volta: JS Toolchains as Code. ⚡
https://volta.sh
Other
10.96k stars 230 forks source link

Can I unload or un-use volta, or use the system provided binaries (whatever they are) #1899

Open sandermarechal opened 5 days ago

sandermarechal commented 5 days ago

I am working on adding Volta in a project. But it's going to take time. So one branch of my project uses Volta with a new Node version, but all the other branches need to use the system version of Node. How can I unload or un-use the Volta version when I switch branches?

sandermarechal commented 4 days ago

It would be great if I can do something like volta use system or something