Hi All
What version of Node JS is recommended for Ionic 7? Could it be run on version less then 16?
Hi All
What version of Node JS is recommended for Ionic 7? Could it be run on version less then 16?
The package.json
says >=16
.
I have updated Node Js to the latest version v20.11.0
But I can not manage to solve this error, which I begin after node js is above version 16.
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
I have followed various examples of adding NODE_OPTIONS --openssl-legacy-provider
to the environmental variables, but it’s not making any difference.
Any suggestions?
I have no idea other than Googling There seems to be quite a few articles about it.
Just to confirm your terminal has Node v20, what do you get when you run node -v
?
What command are you running when you get this error?
Are you using a framework with Ionic (Vue, React, Angular)?