search_box

NodeJs : Installation Process

You need to have NodeJs Version 10.14.1 LTS or above

If you are unaware of the procedure, follow the below-mentioned command. (Applicable only for Linux OS)

Run the Following Commands

  • sudo apt-get install nodejs

Now you need to check Node version and NPM version, please run

  • node -v

If the version you installed is a version below than the above-listed version, run the below-mentioned command to install the latest and more stable version of the node.

  • sudo npm cache clean -f
  • sudo npm install -g n
  • sudo n stable
Yes No Suggest edit
Suggest Edit