wingsuit-designsystem / wingsuit

Twig for Storybook
GNU General Public License v2.0
90 stars 16 forks source link

Preset [SCSS]: node-sass v5 dependency throws post install error with Node v16 #206

Closed avrilpearl closed 1 year ago

avrilpearl commented 2 years ago

Describe the bug We are using pnpm to manage a monorepo, using Node v16.14.0. On pnpm install, it seems that node-sass v5 throws a post install error. Is it possible to upgrade this dependency for the preset scss library to v6 or higher to enable us to use this preset with node v16.

christianwiedemann commented 2 years ago

Hi, I switched to:

"sass": "^1.50.0"

Let me know if it works for you.

christianwiedemann commented 2 years ago

run yarn upgrade

avrilpearl commented 1 year ago

Thank you @christianwiedemann!