Updated 06. Setting the Web SPA application up (markdown)
parent
611d811a6f
commit
9a35e6c52b
@ -35,7 +35,9 @@ Now, you need to build the SPA app (TypeScript and Angular 2 based client app) w
|
|||||||
<img src="img/spa/npm-run-build-prod.png">
|
<img src="img/spa/npm-run-build-prod.png">
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
<img src="img/spa/npm-rebuild-node-sass.png">
|
<img src="img/spa/npm-rebuild-node-sass.png">
|
||||||
|
|
||||||
Then, run again the <b>npm run build:prod</b> command that should finish with no errors.
|
Then, run again the <b>npm run build:prod</b> command that should finish with no errors.
|
||||||
|
|
||||||
<img src="img/spa/npm-run-build-prod-no-errors.png">
|
<img src="img/spa/npm-run-build-prod-no-errors.png">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user