After updating my npm to 8.19.2 I am no longer able to run npm run dev
In my terminal.
I get a response that says digital envelope routines::unsupported
when I try to run the nuxt.js project for development.
node:internal/crypto/hash:71
this[kHandle] = new _Hash(algorithm, xofLen);
^
Error: error:0308010C:digital envelope routines::unsupported
ode:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
I have tried downgrading to npm 8.12.0 and below but It does nothing to fix the problem.