Edit documentation Edit document
SSR/SSG

Node installing

This article explains how to install the node js for using in the development.

Step 1

Open the terminal on your devise or press Ctrl+Alt+T.

The opened terminal

Step 2

Then enter the following command in the opened terminal:

   sudo apt install nodejs

Command to install the Node JS

After that check the installation using command:

    node -v

Command for checking the node version

Step 3

After that you have to install the NPM. To do that enter the command in terminal:

    sudo apt install npm

Command for installing the npm

To check its version use command:

    npm -v

Command for checking the NPM version