From c1ef7ff6bd8c568a676deaabacb8da9b609999da Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Fri, 27 Oct 2017 10:49:05 -0700 Subject: [PATCH] Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown) --- ...CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 7 +++++++ 1 file changed, 7 insertions(+) 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