From 20df484fffd707138d18beedf2f658494aee0c3a Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 1 Aug 2017 14:06:03 -0700 Subject: [PATCH] Updated 06. Setting the Web SPA application up (markdown) --- 06.-Setting-the-Web-SPA-application-up.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md index 29bbd57..00c06cc 100644 --- a/06.-Setting-the-Web-SPA-application-up.md +++ b/06.-Setting-the-Web-SPA-application-up.md @@ -31,6 +31,11 @@ Now, you need to build the SPA app (TypeScript and Angular 2 based client app) w * Open a command-prompt window and move to the root of the SPA application (src\Web\WebSPA\eShopOnContainers.WebSPA) * Run the command npm install as shown below: + +--------------- +**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: