danilowoz / create-content-loader

✏️ Tool to create your own react-content-loader easily.
https://skeletonreact.com/
1.22k stars 287 forks source link

Development server is giving an error #302

Open vibhav005 opened 11 months ago

vibhav005 commented 11 months ago

On npm install && npm run dev the development server is giving an error

image @danilowoz

Nitz2611 commented 5 months ago

Try running this command For windows powershell - $env:NODE_OPTIONS = "--openssl-legacy-provider" For linux,macos - export NODE_OPTIONS=--openssl-legacy-provider This will solve the problem.