November 2019
Beginner
436 pages
8h 52m
English
Launch the Command Prompt utility and execute the following two commands to ensure that both Node.js and NPM are present on your machine:
node --versionnpm --version
You should receive the following system output:
v12.13.06.12.1
In this section, we covered the installation of Node.js and NPM for the Windows, macOS, and Linux systems so that you can start creating a simple application project. In the next section, we are going to walk through the minimal configuration process to help you ...
Read now
Unlock full access