Open Hoinkas opened 8 months ago
@Hoinkas Thanks a lot for reaching out.
It looks like it works on node version 16.16.0
. For the time being you could use a node version manager like nvm
to switch to this particular version. (using the command nvm use 16.16.0
).
Or you can also see the presentation hosted here.
From what I learned so far, the error occurs when you try to use a cryptographic algorithm that is not supported by the version of OpenSSL installed on your system.
I will look more deeper into the actual root cause and resolve the problem as soon as possible.
@Kuncheria-Kuruvilla Thanks for response!
I just wanted to see presentation and was able to thanks to your link. If that repo is your "private" project and I found it by accident - you don't want to change code so some people wouldn't have problems with running it locally - then feel free to close the issue and to forget about my question!
Have a good day!
Hi!
I wanted to see that presentation and cloned it locally, installed dependencies and tried to run via npm start.
That's where I got this error:
What should I do to be able to run presentation? Thanks!