Closed moonglum closed 9 years ago
Thanks for bumping the tape version.
The test command does not need node_modules
, as it wires things up that all modules that installs a binary can be used in the scripts. So, why do you need that change?
When I run npm test
without this change, I will get an error that the command "tape" was not found.
which version of node/npm are you using?
As you can see in the Travis build, there is no global installation of tape and faucet. https://travis-ci.org/mcollina/msgpack5/jobs/61466837
Ok, maybe it is because I have older versions of Node and NPM?
But this makes it work on those old versions, too – and apart from that command everything works in 0.10 :wink:
Current master npm test
runs smoothly on node v0.10.26.
Weird. Let me test it again.
Weird... It works now. Sorry for the confusion, I removed everything apart from the version bump!
Thanks!!
You're welcome!