Installing Node.js NES
How to install Node.js NES
Version | Linux x64 | Darwin x64 | Darwin ARM | Windows x64 |
---|---|---|---|---|
v12 | ✅ | ✅ | ❌ | ✅ |
v14 | ✅ | ✅ | ❌ | ✅ |
v16 | ✅ | ✅ | ✅ | ✅ |
v18 | ✅ | ✅ | ✅ | ✅ |
Node.js NES can be installed in several ways. This guide highlights the most common and convenient methods.
Using curl
To download the binary using curl
, run the following command in your terminal:
Using wget
Alternatively, you can use wget
to download the binary. Run the following command in your terminal:
Using NVM
NVM is a popular Node.js version manager, that supports NES. Run the following command in your terminal: