

You should expect to see something like this in your terminal: Now using node v18.15.0 Note: you may need to close & re-open your terminal window for nvm command to be available.

Once you've got NVM you can install a specific version of Node.js using the nvm command: nvm install v18.15.0 its been reviewed by several node.js security experts Step 2 - Install the Specific Version of Node.js you need If you're curious about the installation command read the source code if you have an older project that targets a specific version on AWS Lambda, then NVM (Node Version Manger) is your friend! Step 1 - Get NVM curl -o- | bash If you need to run multiple versions of Node.js on your machine e.g. If you originally installed Node.js using brew then run: brew upgrade node When you run node -v in your terminal you will see the the latest version. This Just Works! TM on all platforms and is the easiest/fastest method. Download the Latest Node.js from /en/download If you just need to upgrade your old version of Node.js to the latest one and don't need multiple versions, simply over-write your existing executable with the new one. All Platforms (Mac, Linux & Windows) 2023
