python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
could not install sass-loader using npm
when I using this command to install sass-loader in my project:
npm install sass-loader@12.4.0
show error like this:
➜ crx-selection-translate git:(6.x-master) ✗ npm install sass-loader@12.4.0
npm E...

Dolphin
Votes: 0
Answers: 1
After upgrading npm package of Angular app, sass-loader does not work anymore
I just upgraded to Angular 13 from Angular 12 and also updated some other NPM packages.
One of them contained scss files that are referenced in my angular.json file. This was never a problem, but afte...
David Mason
Votes: 0
Answers: 3
saving SCSS change causes webpack fail to load image file from HTML img tag (Webpack 5)
I just get this problem recently , but I can't figure out what is wrong with my webpack setting.
Every time I save my SCSS files (./src/scss/) change, and webpack do refresh the page (it is hot module...

Mizok.H
Votes: 0
Answers: 1