Closed jmreidy closed 10 years ago
This is actually related to your npm version, not the version of node.
Ah sorry, I should've been more precise. It breaks for Node 0.8 on Travis, which uses an older NPM version.
Here's what I do to get node 0.8 working on travis:
https://github.com/substack/watchify/blob/master/.travis.yml#L5-L6
Switch ^ for ~