Safe is a simple fork of version 9.0.10 from Sage, the latest version before Sage 10.
Works well with Bun!
I recommend using version 12.x of NodeJS or Bun.
nvm install 12
nvm use 12
If you get errors linked to node-sass
package, run the rebuild script to make it work on you OS:
bun run build:rebuild
or
yarn build:rebuild