diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index a9bcc1c..4070e6f 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md
index 7af1639..b17c1d0 100644
--- a/06.-Setting-the-Web-SPA-application-up.md
+++ b/06.-Setting-the-Web-SPA-application-up.md
@@ -30,15 +30,15 @@ http://www.hanselman.com/blog/VisualStudio2015FixingDependenciesNpmNotInstalledF
Now, you need to build the SPA app (TypeScript and Angular 2 based client app) with NPM.
* Open a command-prompt window and move to the root of the SPA application (src\Web\WebSPA\eShopOnContainers.WebSPA)
* Run the command npm install as shown below:
+
* Then, run the command npm run build:prod as shown below:
-
-If you get an error like "Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x", then run the command npm rebuild node-sass as in the following screenshot:
-
-Then, run again the npm run build:prod command that should finish with no errors.
+ If you get an error like "Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x", then run the command npm rebuild node-sass as in the following screenshot:
+
+ Then, run again the npm run build:prod command that should finish with no errors.
-
+
#### (Optional) Run NPM tasks from within Visual Studio 2017
diff --git a/img/spa/npm-install.png b/img/spa/npm-install.png
new file mode 100644
index 0000000..113713a
Binary files /dev/null and b/img/spa/npm-install.png differ