You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
You can install the version "Recommended For Most Users" of Node which at the moment of this writing was v6.9.3 LTS and comes with a newer version of NPM.
12
13
You can see your initial NPM version and the installed NPM version with the command
Finally, you need to build the SPA app (TypeScript and Angular based client app) with NPM.
26
27
* Open a command-prompt window and move to the root of the SPA application (src\Web\WebSPA\eShopOnContainers.WebSPA)
27
28
* Run the command <b>npm run build:prod</b> as shown below:
28
29
<p>
29
-
<imgsrc="../../../../img/spa/npm-run-build.png">
30
+
<imgsrc="../../../img/spa/npm-run-build.png">
30
31
31
32
If you get an error like <b>"Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x"</b>, then run the command <b>npm rebuild node-sass</b> as in the following screenshot:
0 commit comments