Closed abmusse closed 6 years ago
Original comment by Xu Meng (Bitbucket: mengxumx, GitHub: dmabupt).
Hello Christian,
This DB2 connector only supports the PowerPC(32bit/64bit) architectures currently. We do not build it for Win32/Win64 platforms. So the available pre-built binaries are only -->
Original comment by Christian Fornara (Bitbucket: cfornara, GitHub: Unknown).
Hello again,
the npm try to download this file: node-pre-gyp ERR! Tried to download(404): https://bitbucket.org/litmis/nodejs-idb-connector/downloads/db2ia-v1.0.10-node-v57-ibmi-x64.tar.gz
i check in your repository but they are not present.
Original report by Christian Fornara (Bitbucket: cfornara, GitHub: Unknown).
Hello,
i try to test your project. https://bitbucket.org/litmis/nodejs-itoolkit/src/master/
I cloned the project, and made the npm install. I tried to start the project but it gives me an error:
Error: Can not find module 'idb-connector'
So I thought that the npm had not installed everything, I did: npm install --save idb-connector
but the result was:
it looks like idb-connector can not be installed with the latest versions of node.js
You have some idea about it?
Regards