eleventy-plugin-sass icon indicating copy to clipboard operation
eleventy-plugin-sass copied to clipboard

Package fails on node-sass installation on macOS Monterey

Open geoffdavis92 opened this issue 3 years ago • 1 comments

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

Link to gist with npm error

Related to #26 May be fixed by #27

geoffdavis92 avatar Dec 27 '21 21:12 geoffdavis92

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.

patricknelson avatar Mar 12 '22 04:03 patricknelson