Open bertday opened 2 years ago
Checked out this repo out locally and ran through the setup notes in README.md
. Got an error:
Failed to compile.
./src/index.scss
Node Sass version 6.0.1 is incompatible with ^4.0.0 || ^5.0.0.
Per this SO post, swapped out node-sass
in favor of sass
. The build
script seems to be running now 🎉
Not sure that this is going to resolve the different node-sass
error in Netlify CI that spawned this issue, but going to try deploying against the updated package.json
and yarn.lock
.
The Netlify build for Bexar County's Storefront instance is failing with the error:
For a sample failing build see: https://app.netlify.com/sites/bexar-food/deploys/62b1150a446d523ba2d29f5a
Cloning this locally to see if I can reproduce, and will likely upgrade
node-sass
.