n-riesco / oracledb-electron-rebuild

Example of an electron app using oracledb and electron-rebuild
1 stars 0 forks source link

npm install is not working with current version of node + electron #1

Open starvikas009 opened 5 years ago

starvikas009 commented 5 years ago

$ npm i

oracledb@2.2.0 install /Users/vikaskumar/node/oracledb-electron-rebuild/node_modules/oracledb node package/oracledbinstall.js

oracledb Beginning installation oracledb Verifying installation oracledb Continuing installation oracledb ERR! NJS-054: Binary build/Release/oracledb.node was not installed. oracledb ERR! Pre-built binary packages are not available for this version of Node.js (NODE_MODULE_VERSION="64") oracledb ERR! Failed to install binary package oracledb-v2.2.0-node-v64-darwin-x64.gz oracledb ERR! Error: HTTPS request for https://github.com/oracle/node-oracledb/releases/download/v2.2.0/oracledb-v2.2.0-node-v64-darwin-x64.gz failed with code 404 oracledb ERR! For help see https://oracle.github.io/node-oracledb/INSTALL.html#troubleshooting

npm ERR! code ELIFECYCLE npm ERR! errno 87 npm ERR! oracledb@2.2.0 install: node package/oracledbinstall.js npm ERR! Exit status 87 npm ERR! npm ERR! Failed at the oracledb@2.2.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

tscpp commented 4 years ago

Pre-built binary packages are not available for this version of Node.js (NODE_MODULE_VERSION="64")