0

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-

screenshot

Abdul Basit
  • 1,282
  • 1
  • 10
  • 18
veera
  • 28
  • 3

1 Answers1

0

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-

Running Python on Windows for Node.js dependencies

Pankaj
  • 688
  • 11
  • 20