Closed linmar closed 1 year ago
it's due to the incompatible gulp-sass package (see https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0)
You should be fine by bumping the gulp and gulp-sass package (I would advise to bump the other packages as well)
"gulp": "^4.0.2",
"gulp-sass": "^5.0.0",
I had similar issues, until I changed the build command to npx @11ty/eleventy
. That seemed to fix it - both locally and on Netlify for me (you can change the build command in netlify.toml).
Looks like good advice in the comments will resolve this for you in your fork.
Hi,
you have a beautiful website and I tried to clone it, but it aint working:
Any idea?
Thanks, Markus