Updated 06. Setting the Web SPA application up (markdown)

Cesar De la Torre 2017-08-01 14:06:36 -07:00
parent 20df484fff
commit b952e0c67a

@ -33,7 +33,9 @@ Now, you need to build the SPA app (TypeScript and Angular 2 based client app) w
<img src="img/spa/npm-install.png">
---------------
**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 <b>npm run build:prod</b> as shown below: