Install Node.js

0

We will be using Node.js in end-to-end automation test design. This will help us in getting access…

We will be using Node.js in end-to-end automation test design. This will help us in getting access of n-number of npm libraries.

1. Go to website https://nodejs.org

2. Click on ‘Other Download’ link

3. Download installer based on your system architecture.

4. Double click the installer and follow on-screen instructions to complete the installation.
5. Now, open Command Prompt and type node, if cmd does not throw any error then NodeJS got installed successfully.

node

6. You can also check the npm version by typing the command.

npm -v

You are Done!!!

Leave a Reply

Your email address will not be published. Required fields are marked *