Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development server is giving an error #302

Open
vibhav005 opened this issue Aug 8, 2023 · 1 comment
Open

Development server is giving an error #302

vibhav005 opened this issue Aug 8, 2023 · 1 comment

Comments

@vibhav005
Copy link

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

image
@danilowoz

@Nitz2611
Copy link
Contributor

Nitz2611 commented Jan 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants