From f043dddaa67925e81b207ce53902c698213f99ec Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 20 Mar 2017 11:05:48 -0700 Subject: [PATCH] Updated 06. Setting the Web SPA application up (markdown) --- 06.-Setting-the-Web-SPA-application-up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md index edd7e1f..29bbd57 100644 --- a/06.-Setting-the-Web-SPA-application-up.md +++ b/06.-Setting-the-Web-SPA-application-up.md @@ -34,7 +34,7 @@ Now, you need to build the SPA app (TypeScript and Angular 2 based client app) w * Then, run the command npm run build:prod as shown below: - 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: +* 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: