0
After upgrading the angular version from 6.1 to 7, when I went to give ng serve
returns me the following error:
"ERROR in . /src/app/Components/anuncios.component.scss Module build failed (from . /node_modules/Sass-Loader/lib/Loader.js):"
What I tried to:
npm i -g sass-loader
I removed the modules and gave npm install
Try to give a
npm install node-sass
– Thales Souto
Hasn’t changed a bit :/
– veroneseComS