From 9a35e6c52b8e90d1fea978db4d7e7eecfb9aac06 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 20 Mar 2017 11:04:43 -0700 Subject: [PATCH] Updated 06. Setting the Web SPA application up (markdown) --- 06.-Setting-the-Web-SPA-application-up.md | 2 ++ 1 file changed, 2 insertions(+) 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.