How to update node version from cmd
Open your command prompt or terminal.
Check the current version of Node.js installed on your system by running the following command:
node -v
Visit the official Node.js website (https://nodejs.org) to check the latest available version.
To update...
godswillch.hashnode.dev2 min read