DEV Community

Liang Wang
Liang Wang

Posted on

npm

Install node on Mac
n

n is a simple to use Node.js version manager for Mac and Linux. Specify the target version to install using a rich syntax, or select from a menu of previously downloaded versions. The versions are installed system-wide or user-wide, and for more targeted use you can run a version directly from the cached downloads.

See the homepage for install methods (bootstrap, npm, Homebrew, third-party), and all the usage details.

If you already have npm then installing n and then the newest LTS node version is as simple as:

npm install -g n
n lts
Enter fullscreen mode Exit fullscreen mode

Top comments (0)