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
node.exe is 64 bit, OpenSSL win64 was installed (from slpro) and x509 builds against the lib there no problem. However when it come to running, I get this error:
Error: %1 is not a valid Win32 application.
\\?\C:\Users\George\Documents\Code\node_modules\x509\build\Release\x509.node
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
at Object.Module._extensions..node (module.js:598:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Users\George\Documents\Code\node_modules\x509\index.js:1:167)
at Object.<anonymous> (C:\Users\George\Documents\Code\node_modules\x509\index.js:54:3)
The text was updated successfully, but these errors were encountered:
I can't seem to get the module to run.
node.exe is 64 bit, OpenSSL win64 was installed (from slpro) and x509 builds against the lib there no problem. However when it come to running, I get this error:
The text was updated successfully, but these errors were encountered: