lukehaas / RunJS

RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.
https://runjs.app
2.01k stars 43 forks source link

[Feature Request]: Add support to change Node version (like nvm) #539

Closed RodrigoTomeES closed 1 year ago

RodrigoTomeES commented 1 year ago

Add support to nvm to change node version

Thanks!

lukehaas commented 1 year ago

Thanks, @RodrigoTomeES. RunJS is built on Electron and this is where it inherits the Node version from. This, unfortunately, means that supporting different Node versions is not something that is possible.