I have created style.scss and style.css file but when I did changes in the style.scss then it do not get reflected automatically into css file.
I have tried following commands also
npm install -g sass
after running this below command error is shwoing
sass style.scss style.css
Error:
sass : File C:Program Filesnodejssass.ps1 cannot be loaded because running scripts is disabled
on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
- sass style.scss style.css
-
+ CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
Sonam Kadam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.