eleventy-plugin-sass
eleventy-plugin-sass copied to clipboard
Package fails on node-sass installation on macOS Monterey
The Problem
The eleventy-plugin-sass package fails on installation when compiling node-sass on macOS Monterey 12.0.1. This was first noticed when seeing failed builds on my Netlify site; at some point I had working dependencies when using node v14.7.0, but after updating node versions to debug the Netlify build errors, I have come across this error.
The Details
macOS version: 12.0.1
node.js version: v16.13.1
npm version: v8.1.2
Related to #26 May be fixed by #27
Judging from the error output, I'm pretty sure this will be fixed by my PR actually: #32
Unfortunately, #27 comes very close, but it's not complete given the devDependencies which should be in dependencies instead. Also, mine adds the option for the user to define a custom compiler as well.