Category: 03. Installation

  • Installing Node On Windows (WINDOWS 10):

    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/ Step-2: Running the Node.js installer. javascript:false javascript:false javascript:false javascript:false javascript:false Now you need to install the node.js installer on your PC. You need to follow the following steps for the Node.js…

  • Installation of Node JS on Windows

    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 installers 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…