You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error when I run this front-end project using the command npm start with the back-end project reactnd-contacts-server2 running in the background.
Here's a snapshot of the stack-trace:
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:138:10)
at module.exports (/Users/skuchibhotla/Projects/React-Fundamentals-C1-React-Contacts/node_modules/webpack/lib/util/createHash.js:135:53)
at NormalModule._initBuildHash (/Users/skuchibhotla/Projects/React-Fundamentals-C1-React-Contacts/node_modules/webpack/lib/NormalModule.js:417:16)
at handleParseError (/Users/skuchibhotla/Projects/React-Fundamentals-C1-React-Contacts/node_modules/webpack/lib/NormalModule.js:471:10)
Any kind of help is appreciated. Thank you:)
The text was updated successfully, but these errors were encountered:
I am getting this error when I run this front-end project using the command
npm start
with the back-end projectreactnd-contacts-server2
running in the background.Here's a snapshot of the stack-trace:
Any kind of help is appreciated. Thank you:)
The text was updated successfully, but these errors were encountered: