kaliberjs / firebase-queue

A trimmed and more robust version of the original Firebase Queue
MIT License
20 stars 3 forks source link

How to deal with node 11? #22

Closed EECOLOR closed 5 years ago

EECOLOR commented 5 years ago

It seems to break the build. As far as I can tell this is because in node 11 the FFI has changed. Some libraries (for example firebase) have transitive dependencies to something called node-gyp.

For now I think we should remove the node 11 (latest) build from the travis configuration.

EECOLOR commented 5 years ago

We could try to disable caching, see if that helps.

EECOLOR commented 5 years ago

Make sure you do #23 when dealing with this issue

EECOLOR commented 5 years ago

At the moment builds of master seem to do fine

EECOLOR commented 5 years ago

The issue should be fixed in node-pre-gyp 0.12.0 https://github.com/grpc/grpc-node/issues/594