diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md
index 839e9b0..edd7e1f 100644
--- a/06.-Setting-the-Web-SPA-application-up.md
+++ b/06.-Setting-the-Web-SPA-application-up.md
@@ -35,7 +35,9 @@ Now, you need to build the SPA app (TypeScript and Angular 2 based client app) w
If you get an error like "Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x", then run the command npm rebuild node-sass as in the following screenshot:
+
+
Then, run again the npm run build:prod command that should finish with no errors.