From b952e0c67a576fff218403ca99d241424b6a8a95 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 1 Aug 2017 14:06:36 -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 00c06cc..21fc24e 100644 --- a/06.-Setting-the-Web-SPA-application-up.md +++ b/06.-Setting-the-Web-SPA-application-up.md @@ -33,7 +33,9 @@ Now, you need to build the SPA app (TypeScript and Angular 2 based client app) w --------------- + **IMPORTANT NOTE/UPDATE (In research):** As of early August 2017, seems like some potential changes in NPM environment might be impacting the project. If you have a similar issue than [this issue](https://github.com/dotnet-architecture/eShopOnContainers/issues/253): try running **"npm install enhanced-resolve@3.3.0"** instead "npm install". This NOTE will be updated as soon as we have explored this issue in further details. + --------------- * Then, run the command npm run build:prod as shown below: