ibmruntimes / vsam.js

Reading and writing vsam files using NodeJS
Apache License 2.0
10 stars 5 forks source link

remove unneeded node-gyp dependency #26

Closed gabylb closed 3 years ago

gabylb commented 3 years ago

Likely the node-gyp dependency was added at the time because it wasn't shipped with Node.js on z/OS. The old node-gyp version 3.6.0 didn't support Python 3, and caused a failure during npm install.