eclipse-sparkplug / sparkplug

Sparkplug
Eclipse Public License 2.0
109 stars 39 forks source link

Question: yarn build fails #484

Closed scottmwyant closed 6 months ago

scottmwyant commented 11 months ago

What do you want to know?

Encountered this exception when running yarn build.

Error: error:0308010C:digital envelope routines::unsupported

Seems related to the version of node, using the --openssl-legacy-provider option. Reference stackoverflow.com/q/69692842.

Just installed NodeJs v18.17.1.

image

Is this related to a Sparkplug Listing request? If so, link the issue from https://github.com/eclipse-sparkplug/sparkplug.listings here.

No response

Version

3.0.0 (Default)

Accept EFTL Terms

icraggs-sparkplug commented 11 months ago

Thanks. I've seen that too, with the same resolution.

scottmwyant commented 6 months ago

For the uninitiated, you can set an environment variable option for Node. Reference https://stackoverflow.com/a/69699772.