Open ghost opened 3 months ago
When I follow the README on a Debian Linux bookworm distro, I'm getting after run the below
npm run serve
Result: Error: error:0308010C:digital envelope routines::unsupported ....
Error: error:0308010C:digital envelope routines::unsupported ....
Do I miss some operating system requirements libs?
If I run the below export before: export NODE_OPTIONS=--openssl-legacy-provider I can run npm run serv
export NODE_OPTIONS=--openssl-legacy-provider
npm run serv
should be fixed by https://github.com/pocketnetteam/bastyon-demo-application/pull/2
When I follow the README on a Debian Linux bookworm distro,
I'm getting after run the below
npm run serve
Result:
Error: error:0308010C:digital envelope routines::unsupported ....
Do I miss some operating system requirements libs?