Skip to content

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

Open
Pranjal7852 wants to merge 1 commit into
johnuberbacher:masterfrom
Pranjal7852:master
Open

[FIXED] [ERROR] Digital envelope routines::unsupported #17#18
Pranjal7852 wants to merge 1 commit into
johnuberbacher:masterfrom
Pranjal7852:master

Conversation

@Pranjal7852
Copy link
Copy Markdown

Solved Issue - #17

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

@netlify
Copy link
Copy Markdown

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
Copy Markdown

@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.

2 participants