Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify node version requirement #85

Open
Peter9192 opened this issue Oct 18, 2022 · 1 comment
Open

Clarify node version requirement #85

Peter9192 opened this issue Oct 18, 2022 · 1 comment

Comments

@Peter9192
Copy link
Member

Building it with recent version of node may fail. Setting node to v14 works. Perhaps we should update it to work with recent node versions or clarify the requirements

@JaroCamphuijsen
Copy link

Found this: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported

It works for me if I enable legacy OpenSSL provider before building the project:

# Enable legacy OpenSSL provider (needed for node.js > version 16.x)
$ export NODE_OPTIONS=--openssl-legacy-provider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants