Open Pyroglyph opened 5 years ago
Hello Connor,
I see you are using node v12 which is not supported by the driver at this time.
Node v12 changed the support for node-gyp significantly (it may no longer be available). If you could fall back to Node 10 (or 11) that should get around the problem you are seeing.
Note that even in Node 10, on Windows node-gyp support needs to be set up (you need Visual Studio and Python27, to support the node-gyp system).
I will report the issue of the missing node 12 support to the reponsible team at SAP.
Kind regards, Dan
Hi, Is there a chance the SAP team update their driver to run on Node 12 ? Best regards, Renaud
Can we maybe get feedback on this please. 8 months with no response is not acceptable.
Hi all,
Adding support for newer node distributions is on our list - we expect it to come next year. I apologize if this is not the answer the community was hoping for.
Dan
I'm trying to install the package with
npm i sqlanywhere --verbose
and it fails with this message:Node version: 12.4.0 NPM version: 6.11.3 Python version: 2.7.15