From f923bbadefbd74c76db9e8a9cb0f4155ef32acb7 Mon Sep 17 00:00:00 2001 From: RamonTC Date: Fri, 25 Aug 2017 15:42:47 +0200 Subject: [PATCH] Updated 04. Setting eShopOnContainer solution up in a Mac, VS Code and CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown) --- ...nd-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md index 650378b..cd5ec79 100644 --- a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -129,6 +129,9 @@ Install the following software versions: - .NET Core 1.1 (1.1.2 with SDK 1.0.4 (Promoted to LTS)) https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md - NodeJS 6.11.1 + Ensure you are using the lastest version of node packages such us angular-cli 1.3.0 or you will receive some errors when + you run docker-compose -f docker-compose.ci.build.yml up because the command npm run build:prod will fail. + We've included a bash script that runs all the build commands locally. Navigate to your eShopOnContainers directory, and cd into the *cli-mac* directory. Then, run the build script: