Posts

Installing Node On Windows

Image
  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 Node.js on your Windows : Step-1:  Downloading the Node.js ‘.msi’ installer. The first step to install Node.js on windows is to download the installer. Visit the official Node.js website i.e)  https://nodejs.org/en/download/  and download the .msi file according to your system environment (32-bit & 64-bit). An MSI installer will be downloaded on your system.   Step-2:  Running the Node.js ...