DEV Community

Discussion on: 🔥🔥🔥 Introducing ESBuild, compiling is straight up fast!!!

Collapse
 
hilleer profile image
Daniel Hillmann

You mention you install a specific version of a dependency, because you're running an earlier version of node than is required. Why don't you use nvm to use different versions of node? (And easily bump to more recent versions)

Collapse
 
sixman9 profile image
Richard Joseph

'tj/n' is an NVM-like Node version manager, I find it easier to use, personally.

Collapse
 
liujinyi profile image
liu-jin-yi

I don't use nvm because our projects are relatively new and I don't want to download packages on my computer that I don't use very often. Thanks for your message!