Updated 06. Setting the Web SPA application up (markdown)
parent
6822e2bd1e
commit
20df484fff
@ -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)
|
* Open a command-prompt window and move to the root of the SPA application (src\Web\WebSPA\eShopOnContainers.WebSPA)
|
||||||
* Run the command <b>npm install</b> as shown below:
|
* Run the command <b>npm install</b> as shown below:
|
||||||
<img src="img/spa/npm-install.png">
|
<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:
|
* Then, run the command <b>npm run build:prod</b> as shown below:
|
||||||
<img src="img/spa/npm-run-build-prod.png">
|
<img src="img/spa/npm-run-build-prod.png">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user