Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.98k stars 609 forks source link

Node Sass no longer supported #1335

Closed timint closed 1 year ago

timint commented 1 year ago

The build tools needs a replacement for node-sass. Which only supports node v14.

Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (108) For more information on which environments are supported please see: https://github.com/sass/node-sass/releases/tag/v4.14.1

Node.js v18.2.0

timint commented 1 year ago

A fix can be cherry picked here https://github.com/timint/Trumbowyg/commit/0b34918348f56ec9e70efa71377ffee0e4262e61

Alex-D commented 1 year ago

Done too, thank you :)