I tried creating an angular 6 project.
ng new contacts
Routing: Yes Style sheet Format CSS
It shows error while installing SCSS, please refer to below screenshot-
I tried creating an angular 6 project.
ng new contacts
Routing: Yes Style sheet Format CSS
It shows error while installing SCSS, please refer to below screenshot-
You are facing this issue because there is no python executable environment. So run this command in cmd prompt-
npm install --global --production windows-build-tools
And then run this-
npm install -g scss
For more details refer to this-