W3Layouts / gatsby-starter-delog

A blog for designers and developer, built with Gatsby and Netlfiy CMS. Live demo https://delog-w3layouts.netlify.com/
MIT License
197 stars 95 forks source link

Node Sass version 5.0.0 is incompatible with ^4.0.0 #23

Open danchistyakov opened 3 years ago

danchistyakov commented 3 years ago

Node Sass version 5.0.0 is incompatible with ^4.0.0 What npm I need to update to solve this problem? I have Node 15.

shhivam commented 2 years ago

I am not able to even install the npm modules. There is some big breaking changes, I think.

Node version: 16.13.0 NPM version: 8.1.0 Gatsby CLI version: 4.1.2

The .nvmrc file of the repo says it needs Node 10 but Node 10 is no longer maintained.

@danchistyakov Do you have any thoughts about how to solve this problem?

danchistyakov commented 2 years ago

Use https://www.npmjs.com/package/sass

I am not able to even install the npm modules. There is some big breaking changes, I think.

Node version: 16.13.0 NPM version: 8.1.0 Gatsby CLI version: 4.1.2

The .nvmrc file of the repo says it needs Node 10 but Node 10 is no longer maintained.

@danchistyakov Do you have any thoughts about how to solve this problem?