IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
MIT License
38 stars 23 forks source link

Fix EBADPLATFORM build error on Node 18 / Python 3.9 #153

Closed kadler closed 2 years ago

kadler commented 2 years ago

Because we had only aix listed as a valid OS, we get an error building with Python 3.9 on Node 18 since it reports correctly as os400 now:

npm ERR! notsup Valid OS: aix npm ERR! notsup Valid Arch: undefined npm ERR! notsup Actual OS: os400 npm ERR! notsup Actual Arch: ppc64

Once we no longer support Node 16, we can remove aix from this list as well.