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

Cesar De la Torre 2017-03-20 11:05:48 -07:00
parent 9a35e6c52b
commit f043dddaa6

@ -34,7 +34,7 @@ Now, you need to build the SPA app (TypeScript and Angular 2 based client app) w
* Then, run the command <b>npm run build:prod</b> as shown below:
<img src="img/spa/npm-run-build-prod.png">
If you get an error like <b>"Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x"</b>, then run the command <b>npm rebuild node-sass</b> as in the following screenshot:
* If you get an error like <b>"Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x"</b>, then run the command <b>npm rebuild node-sass</b> as in the following screenshot:
<img src="img/spa/npm-rebuild-node-sass.png">