gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying… Error: gyp
failed with exit code: 1
#238
Unanswered
randy-johnson
asked this question in
Q&A
Replies: 2 comments
-
Not electron-vite problem npm install --openssl_fips='' |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to do an
npm run make
command which equates toelectron-vite build --outDir=dist && electron-forge make
It starts the process and gets down to
Preparing native dependencies: 1 / 2
and then gives me this error:
I am on windows and I was able to buide my app on electron and electron forge before moving over to electron-vite so I am not sure what is going on now.
I did add the line to my electron.vite.config.js file after seeing it in the docs about sqlite3
Here is my package.json
Beta Was this translation helpful? Give feedback.
All reactions