ashutosh1919 / masterPortfolio

🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.

Home Page:https://ashutoshhathidara.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digital envelope routines::unsupported issue on Node.js v18.18.2

mmar58 opened this issue · comments

Every time I open the project and tries to run the project on node js 18.18.2, this issue is showing until I run the command set NODE_OPTIONS=--openssl-legacy-provider.

And I have to run the command before start every time I open the project. So is there any way to fix this issue, so that I don't need to run this command every time?

There's a few different things you could do but I found the easiest way was to edit the package.json scripts entry to
"start": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",