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
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.
On npm install && npm run dev the development server is giving an error
@danilowoz
The text was updated successfully, but these errors were encountered: