iain-palmer commented on issue #187: URL: https://github.com/apache/age-viewer/issues/187#issuecomment-3461395195
@mstrYoda I was able to fix the same error based on [this comment](https://github.com/apache/age-viewer/issues/166#issuecomment-1896181898) on issue #166 > you can fix this executing before export NODE_OPTIONS=--openssl-legacy-provider I.e. by running with this: ``` NODE_OPTIONS=--openssl-legacy-provider npm run start ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
