From 6692295a0fc985ec3477c2673b1b53272fe415c5 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 4 Oct 2017 15:47:56 -0700 Subject: [PATCH] Updated 06. Setting the Web SPA application up (markdown) --- 06.-Setting-the-Web-SPA-application-up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md index c3bdb0f..cf7a795 100644 --- a/06.-Setting-the-Web-SPA-application-up.md +++ b/06.-Setting-the-Web-SPA-application-up.md @@ -28,7 +28,7 @@ http://www.hanselman.com/blog/VisualStudio2015FixingDependenciesNpmNotInstalledF ### Build the SPA app with NPM Now, you need to build the SPA app (TypeScript and Angular 4 based client app) with NPM. -* 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\) * Run the command npm install as shown below: