Updated 06. Setting the Web SPA application up (markdown)

Cesar De la Torre 2018-09-09 13:14:41 -07:00
parent b8a7f7d794
commit 10afbe2c0b

@ -9,7 +9,7 @@ In order to be able to build the JavaScript dependencies from command line by us
NPM is bundled with NODE.JS. Installing NPM and NODE is pretty straightforward by using the installer package available at https://nodejs.org/en/
<img src="img/spa/installing_npm_node.png">
You can install the version "Recommended For Most Users" of Node which at the moment of this writing was v6.10.0 LTS.
You can install the version "Recommended For Most Users" of Node.
You can see the installed NPM version with the command <b>npm -v</b>, as shown below.
<p>
<img src="img/spa/npm-versions-powershell.png">