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

Cesar De la Torre 2017-03-20 11:04:43 -07:00
parent 611d811a6f
commit 9a35e6c52b

@ -35,7 +35,9 @@ Now, you need to build the SPA app (TypeScript and Angular 2 based client app) w
<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:
<img src="img/spa/npm-rebuild-node-sass.png">
Then, run again the <b>npm run build:prod</b> command that should finish with no errors.
<img src="img/spa/npm-run-build-prod-no-errors.png">