Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node-sass Python version compatibility

I am using 4.14.1 in my project and with Node 14. I need to know which version of Python is needed to run node-gyp.

I also went through the repo link: https://www.npmjs.com/package/node-sass, but not able to find the details of Python version.

like image 670
Vaibhav Avatar asked Mar 03 '26 04:03

Vaibhav


1 Answers

Solution

Install and use sass instead of node-sass. Because node-sass is now deprecated.

npm uninstall node-sass
npm install sass

It works all the same (no additional changes needed)

like image 108
Abraham Avatar answered Mar 05 '26 00:03

Abraham



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!