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

[FIXED] [ERROR] Digital envelope routines::unsupported #17 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pranjal7852
Copy link

Solved Issue - #17

Added export SET NODE_OPTIONS=--openssl-legacy-provider to the scripts of the app inside package.json

Copy link

netlify bot commented Nov 8, 2023

Deploy Preview for invoice-generator-react failed.

Name Link
🔨 Latest commit bacd0c5
🔍 Latest deploy log https://app.netlify.com/sites/invoice-generator-react/deploys/654b89eb4f9d38000858ba32

Copy link

@kd1729 kd1729 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Export keyword is only for UNIX based systems,
In Windows, omit the export keyword otherwise the command will fail

"start": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",

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

Successfully merging this pull request may close these issues.

None yet

2 participants