node-sass is deprecated and doesn't support node 18. Replace it with sass
npm uninstall node-sass
npm install sass
Answer from linusw on Stack Overflownpm
npmjs.com › package › node-sass
node-sass - npm
May 20, 2023 - Wrapper around libsass. Latest version: 9.0.0, last published: 3 years ago. Start using node-sass in your project by running `npm i node-sass`. There are 11766 other projects in the npm registry using node-sass.
» npm install node-sass
Published May 20, 2023
Version 9.0.0
Author Andrew Nesbitt
Repository https://github.com/sass/node-sass
Homepage https://github.com/sass/node-sass
Sass
sass-lang.com › blog › node-sass-is-end-of-life
Sass: Node Sass is end-of-life
July 24, 2024 - This Node.js wrapper for LibSass was the first official Sass compiler available in the JavaScript ecosystem and was a huge part of Sass growing beyond the scope of the Ruby community where it originated, but it hasn’t received a new release in a year and a half and the most recent set of maintainers no longer have the bandwidth to continue updating it.
css - Can't install node-sass using npm - Stack Overflow
I am trying to install SASS compiler node-sass which will compile SCSS code into CSS code. I am trying by watching an online course, doing same things but getting some errors. npm init --yes : crea... More on stackoverflow.com
css - What Is The Dıfference Between npm node-sass and npm sass - Stack Overflow
I've just learn I should use @use instead of @import in sass. But as I understood, I should use npm sass instead of npm node-sass to do that. What is the difference between these two ? Why @use and @ More on stackoverflow.com
HELP! - Node Sass doesn't support Windows 64-bit - Help Requests - The Aurelia Discourse
Hello, I had a project that I started using aurelia-cli 1.3.1 (I don’t know what that means in terms of the framework version). I think I was using node 10.3.0 and npm 6.1.0 at the time. Everything compiled and worked just fine. Recently, I started a new project. More on discourse.aurelia.io
Error while Installing node-sass
I believe node-sass is deprecated fyi More on reddit.com
Videos
Sass / SCSS COMPLETE Tutorial (+ Node.js & NPM) with ...
07:57
Installing and using node-sass - YouTube
02:17
How to Install Node js and SASS on Windows 10, 11 – Complete ...
03:21
How to setup a fast node sass/scss project (2021) - YouTube
15:24
Node Express and SASS/SCSS Setup - YouTube
33:02
Sass / SCSS COMPLETE Tutorial (+ Node.js & NPM) with Real-World ...
Sass
sass-lang.com › install
Sass: Install Sass
The Sass team maintains two Node.js packages for Sass, both of which support the standard JavaScript API. The sass package is pure JavaScript, which is a little slower but can be installed on all platforms Node.js supports.
npm
npmjs.com › package › sass
sass - npm
3 days ago - This package is a distribution of Dart Sass, compiled to pure JavaScript with no native code or external dependencies. It provides a command-line sass executable and a Node.js API.
» 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
GitHub
github.com › sass › node-sass › releases
Releases · sass/node-sass
July 24, 2024 - :rainbow: Node.js bindings to libsass. Contribute to sass/node-sass development by creating an account on GitHub.
Author sass
GitHub
github.com › sass › node-sass
GitHub - sass/node-sass: :rainbow: Node.js bindings to libsass · GitHub
July 24, 2024 - :rainbow: Node.js bindings to libsass. Contribute to sass/node-sass development by creating an account on GitHub.
Starred by 8.5K users
Forked by 1.3K users
Languages C++ 82.0% | JavaScript 12.6% | C 2.0% | Shell 1.8% | M4 0.6% | Makefile 0.5%
DEV Community
dev.to › letsbsocial1 › node-sass-and-node-910-4ol
node-sass and Node 9.1.0 - DEV Community
November 30, 2017 - So if you get this error because initially you might have been using an earlier version of Node/NPM (< 9.1.0) in which you had no compatibility issues with node-sass and suddenly you do upon upgrading to the latest (in my case, 9.1.0) version of Node/NPM, just make sure to upgrade node-sass to version 4.7.2.
GitHub
github.com › sass › node-sass › blob › master › TROUBLESHOOTING.md
node-sass/TROUBLESHOOTING.md at master · sass/node-sass
July 24, 2024 - :rainbow: Node.js bindings to libsass. Contribute to sass/node-sass development by creating an account on GitHub.
Author sass
Sass
sass-lang.com › dart-sass
Sass: Dart Sass
The following Embedded Sass wrapper packages are available. If you have another one to add, please send a pull request! Node.js: The sass-embedded package is maintained by the Sass team, and supports the same official Sass JavaScript API as the native-JS sass package.
npm
npmjs.com › search
node-sass - npm search
A node-sass custom importer which turns ~ into absolute paths to the nearest parent node_modules directory.
Sass
sass-lang.com › documentation
Sass: Documentation
Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized and makes it easy to share design within and across projects · If you’re ...
Debian
packages.debian.org › sid › node-node-sass
Debian -- Details of package node-node-sass in sid
Node-sass is a library that provides binding for Node.js to LibSass.
Reddit
reddit.com › r/node › error while installing node-sass
r/node on Reddit: Error while Installing node-sass
April 27, 2021 -
Hi,
I am facing this issue when I try to install node-sass globally.
node-sass npm error
If someone helps me I would truly be greatful.

