This site is under active development. If something is broken, missing, or just doesn't feel right, it just means we're busy building and tweaking things.
@lashieUsing N: An npm-based node version manager. Check the Node.js version in your console. If n package is not already installed, install it using npm. sudo npm install -g n (To install the stable node release, use this command.)
sudo n stable (To install/update the most recent node release, use this command.)
Sudo n latest Install/update the most recent LTS node release with this command.
sudo n lts done now! Checking your Node.js version once more will allow you to confirm the update was successful.