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: