node-pre-gyp and CI
Posted on June 28, 2017 • 1 minutes • 29 words
Note to self:
When developing new feature for Node.js native module and using
node-pre-gyp
, make sure you pump version higher so thatnode-pre-gyp
will not pull the prebuilt binary.