create-content-loader
create-content-loader copied to clipboard
Development server is giving an error
On npm install && npm run dev the development server is giving an error
@danilowoz
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.