eucp-project / storyboards

Simple web application to show example use cases with some interactivity. (visitors via old url will be redirected to the website with new url)
https://eucp-project.github.io/storyboards
Other
7 stars 6 forks source link

Clarify node version requirement #85

Open Peter9192 opened 2 years ago

Peter9192 commented 2 years ago

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 commented 1 year ago

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