-
Notifications
You must be signed in to change notification settings - Fork 299
fix: don't let qs mangle binary buffers (#569) #570
Conversation
CI appears to fail because of an npm@5 bug. You can either use npm@4 or delete I believe it's the same bug as reported here npm/npm#16902 |
Just removed package-lock.json from master. It is still not ready for prime time. Could you rebase master onto your branch for a clean merge? |
the The output of the command
|
the |
@atfornes I'm not sure they're related. I can still get the same problem just by doing Then karma tests fail as expected with |
@vith, |
npm installs dev dependencies by default (unless you pass --prod or similar). also:
Here is an isolated way to reproduce what I'm describing:
In the middle you can see
After ~2m22s it will end with
|
I will be making a PR against interface-ipfs-core to add a test for the scenario that failed without this