I am trying to compile a project but I come across the sig. mistake:
```ERROR in ./src/global.scss (./node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!./node_modules/postcss-loader/src??embedded!./node_modules/sass-loader/lib/loader.js??ref--14-3!./src/global.scss)```
I've tried a couple of responses but to no avail.
I managed to find the solution to my problem, the error was in the windows build tools, the ssl is true and does not allow, it seems: D.
First change node version to 11.1.0 with nvm versioner,
Second ran
npm install --global windows-build-tools
Third remove node modules
Fourth
npm install --global windows-build-tools
Fifth
npm c set strict-ssl false
set windows-build tools ssl to false.Sixth
npm c get strict-ssl -g
I do this to confirm that the open ssl is false