leifmarcus / drawio-config

Create configuration for draw.io to add custom colors and fonts
13 stars 2 forks source link

drawio-config.herokuapp.com down and source doesn't compile #1

Open ruurtjan opened 1 year ago

ruurtjan commented 1 year ago

Hi Leif,

Your tool looks like exactly what I need, but the Heroku app is down and I can't get the source to compile. I thought you'd like to know in case you intend to keep the app around.

Cheers, Ruurtjan

qiudebenge commented 10 months ago

Hi Leif,

Your tool looks like exactly what I need, but the Heroku app is down and I can't get the source to compile. I thought you'd like to know in case you intend to keep the app around.

Cheers, Ruurtjan

GordianDziwis commented 8 months ago

The error you're encountering, error:0308010C:digital envelope routines::unsupported, is related to the version of Node.js you're using, particularly when it's version 17 or later. This issue arises due to changes in the default OpenSSL configuration, which now defaults to a more secure but less compatible mode (openssl.cnf setting).

export NODE_OPTIONS=--openssl-legacy-provider
start yarn