⚒️ NodeJS Local Setup Cheatsheet
⚒️ NodeJS Local Setup Cheatsheet
Node.js is a widely adopted runtime for web applications and is commonly used by full-stack software engineers.
NodeJS version manager
- nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
- tj/n: Node version management
Chose n because of its strong Homebrew support.
nvm tends to be more popular, partly due to its author’s influence in the JavaScript community (launched on April 11, 2010) and its support for .nvmrc.
n may be preferred by Koa users or long-time JavaScript developers (launched on January 2, 2011), as it supports .node-version.
This post is licensed under CC BY 4.0 by the author.