alan2207 / bulletproof-react

🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the "0308010c:digital envelope routines::unsupported"

ThePiyushAggarwal opened this issue · comments

So, due to some problem with Node versions. We face some problems while running the application.
I could make it work by using nvm to switch to version 16 instead of 18.
I could add "craco --openssl-legacy-provider start" in package.json and it was working.
But then Storybook wasn't working

Maybe we can work something out and fix the errors for new node versions as well.
I am not very sure. I am not a very experiecened developer.

Refer: https://www.freecodecamp.org/news/error-error-0308010c-digital-envelope-routines-unsupported-node-error-solved/