Install Node.js

You probably already have node.js installed.

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

👉Please make sure your node version is 12+. If your node version is lower than 12 or you didn't have node.js install yet. Head over to official node.js to install and upgrade your node version.