I had the same problem today. Try installing sass-loader v10.0.5 instead:
npm install -D [email protected] node-sass
Answer from Alfredo L'huissier on Stack Overflownpm
npmjs.com › package › sassjs-loader
sassjs-loader - npm
July 4, 2018 - A webpack loader for sass.js. Latest version: 2.0.0, last published: 8 years ago. Start using sassjs-loader in your project by running `npm i sassjs-loader`. There are 1 other projects in the npm registry using sassjs-loader.
» npm install sassjs-loader
Published Jul 04, 2018
Version 2.0.0
Author Nick Heiner
Repository https://github.com/NickHeiner/sassjs-loader
npm
npmjs.com › package › sass-loader
sass-loader - npm
February 5, 2026 - Sass loader for webpack. Latest version: 16.0.7, last published: a month ago. Start using sass-loader in your project by running `npm i sass-loader`. There are 12108 other projects in the npm registry using sass-loader.
» npm install sass-loader
Published Feb 05, 2026
Version 16.0.7
Author J. Tangelder
Repository https://github.com/webpack/sass-loader
Videos
Qyolsj
qyolsj.party › .h11ifgh9de › vsnb › g6ji12859.asp
Sass-loader - npm - qyolsj.party
We cannot provide a description for this page right now
npm
npmjs.com › search
sass-loader - npm search
sass · postcss · webpack · ... 7 years ago4 dependents licensed under $ISC · 8,953 · A liferay-npm-bundler loader that runs `sass` or `node-sass` on source files....
npm
npmjs.com › package › sass
sass - npm
3 days ago - You can install Sass globally using npm install -g sass which will provide access to the sass executable. You can also add it to your project using npm install --save-dev sass.
» npm install sass
Published Mar 10, 2026
Version 1.98.0
Author Natalie Weizenbaum
Repository https://github.com/sass/dart-sass
Homepage https://github.com/sass/dart-sass
Top answer 1 of 5
56
I had the same problem today. Try installing sass-loader v10.0.5 instead:
npm install -D [email protected] node-sass
2 of 5
14
Actually, there's a note about this issue in Vue CLI docs:
When using webpack version 4, the default in Vue CLI 4, you need to make sure your loaders are compatible with it. Otherwise you will get errors about confliciting peer dependencies. In this case you can use an older version of the loader that is still compatible with webpack 4.
npm install -D sass-loader@^10 sass
npm
npmjs.com › package › css-loader
css-loader - npm
1 month ago - css loader module for webpack. Latest version: 7.1.4, last published: 25 days ago. Start using css-loader in your project by running `npm i css-loader`. There are 17261 other projects in the npm registry using css-loader.
» npm install css-loader
Published Feb 16, 2026
Version 7.1.4
Author Tobias Koppers @sokra
Repository https://github.com/webpack/css-loader
npm
npmjs.com › package › sass-resources-loader
sass-resources-loader - npm
April 15, 2022 - This loader will load your SASS resources into every required SASS module.
» npm install sass-resources-loader
Published Apr 15, 2022
Version 2.2.5
GitHub
github.com › webpack-contrib › sass-loader › blob › master › CHANGELOG.md
CHANGELOG.md - webpack/sass-loader
August 8, 2019 - Compiles Sass to CSS. Contribute to webpack/sass-loader development by creating an account on GitHub.
Author webpack
SweetAlert2
sweetalert2.github.io
SweetAlert2
SweetAlert2 - a beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes
Sass
sass-lang.com › install
Sass: Install Sass
If you use Node.js, you can also install Sass using npm by running
Xeol
xeol.io › explorer › package › npm › sass-loader
sass-loader - npm EOL Analysis | Xeol
The latest version of sass-loader was released on Sep 20, 2024, and it is not deprecated.
npm
npmjs.com › package › sass-loader-once
sass-loader-once - npm
December 2, 2015 - Sass loader once for webpack. Latest version: 0.0.2, last published: 10 years ago. Start using sass-loader-once in your project by running `npm i sass-loader-once`. There are 1 other projects in the npm registry using sass-loader-once.
» npm install sass-loader-once
Published Dec 02, 2015
Version 0.0.2
Author zdzDesigner
webpack
webpack.docschina.org › loaders › sass-loader
sass-loader | webpack 中文文档 - 印记中文
首先,你需要安装 sass-loader: · npm install sass-loader sass webpack --save-dev · sass-loader 需要预先安装 Dart Sass 或 Node Sass(可以在这两个链接中找到更多的资料)。这可以控制所有依赖的版本, ...
Lacity
hpla.lacity.org › static › sass-loader › README.md
README.md
[![npm][npm]][npm-url] [![node][node]][node-url] [![tests][tests]][tests-url] [![coverage][cover]][cover-url] [![discussion][discussion]][discussion-url] [![size][size]][size-url] # sass-loader Loads a Sass/SCSS file and compiles it to CSS.