diff --git a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md index 73f88eb..02c9d1c 100644 --- a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -110,6 +110,13 @@ After installing Node, you can check the installed NPM version with the command

+### Install Bower +Bower is needed by minor dependencies at the MVC web app. It using Visual Studio, VS will handle that. But if using the CLI in Windows, you need to install Bower globally by running the following NPM command: + +`npm install -g bower ` + +![image](https://user-images.githubusercontent.com/1712635/32117785-652e0154-bb04-11e7-9898-b8f967550ae7.png) + ## Clone the eShopOnContainers GitHub code Repository into your dev machine Clone the code from: https://github.com/dotnet/eShopOnContainers.git