A simpler, faster alternative to `nvm run` ↦
nve
differentiates itself from nvm run
because it:
- can be run programmatically
- is 10 times faster
- does not need a separate installation step for each Node version
- works on Windows
- does not require Bash
- is installed as a Node module
Worth noting: this is not a full-on replacement for nvm or any other version manager. It only executes a single command with the specified Node version. But sometimes, that’s all you need. 😄
Discussion
Sign in or Join to comment or subscribe