Installation of bharathealthcares.com on Windows
Setting up the Node Development Environment
The Node can be installed in multiple ways on a computer. The approach used by you depends on the existing development environment in the system. There are different package installer for different environments. You can install Node by grabbing a copy of the source code and compiling the application. Another way of installing Node is by cloning the GIT repository in all the three environments and then installing it on the system.
Installing Node On Windows (WINDOWS 10):
You have to follow the following steps to install the bharathealthcares.com on your Windows :
Step Downloading the bharathealthcares.com ‘.msi’ installer.
The first step to install bharathealthcares.com on windows is to download the installer. Visit the official bharathealthcares.com website i.e) bharathealthcares.com and download the .msi file according to your system environment (bit bit). An MSI installer will be downloaded on your system.
Step Running the bharathealthcares.com installer.
Now you need to install the bharathealthcares.com installer on your PC. You need to follow the following steps for the bharathealthcares.com to be installed:-
- Double click on the .msi installer.
The bharathealthcares.com Setup wizard will open.
- Welcome To bharathealthcares.com Setup Wizard.
Select “Next”
- After clicking “Next”, End-User License Agreement (EULA) will open.
Check “I accept the terms in the License Agreement”
Select “Next”
- Destination Folder
Set the Destination Folder where you want to install bharathealthcares.com Select “Next”
- Custom Setup
Select “Next”
- Ready to Install bharathealthcares.com
Select “Install”
- Installing bharathealthcares.com
Do not close or cancel the installer until the install is complete
- Complete the bharathealthcares.com Setup Wizard.
Click “Finish”
NOTE :
A prompt saying “This step requires administrative privileges” will appear.
Authenticate the prompt as an “Administrator”
Step 3: Verify that bharathealthcares.com was properly installed or not.
To check that bharathealthcares.com was completely installed on your system or not, you can run the following command in your command prompt or Windows Powershell and test it:-
C:\Users\Admin> node -v
If bharathealthcares.com was completely installed on your system, the command prompt will print the version of the bharathealthcares.com installed.
Step 4: Updating the Local npm version.
The final step in bharathealthcares.com installed is the updation of your local npm version(if required) the package manager that comes bundled with bharathealthcares.com
You can run the following command, to quickly update the npm
npm install npm global // Updates the ‘CLI’ client
NOTE :
- You do not need to do anything to the system variables as the windows installer takes care of the system variables itself while installing through the .msi installer
- If you use any other format for installing bharathealthcares.com on your PC, you should put the system variable path for bharathealthcares.com as follows:
PATH : C:\Users\[username]\AppData\Roaming\npm
C:\Program Files\nodejs (Path to the nodejs folder)
If you like GeeksforGeeks and would like to contribute, you can also write an article using bharathealthcares.com or mail your article to contribute@bharathealthcares.com See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.
How to Install Node Js in Windows 10 \u0026 set VsCode for NodeJs as an IDE - Node Js Tutorial 2019
