You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 0.10 build seems to work. Travis seems to be choking over a GET on https://registry.npmjs.org/esprima-six, but I can curl that page, no problem. Not sure what's wrong.
The text was updated successfully, but these errors were encountered:
esprima-six seems to have vanished. npm install works for me locally using node 0.12.7 and npm 2.11.3, maybe it's a transient thing. I've restarted the build.
Ah, after an npm cache clean it fails. esprima-six is a transitive dependency of Browserify, but we're including a really old version (3.30.4, current is 12.0.1). I'll update that and check it works.
https://travis-ci.org/caolan/highland/builds/90373579
The 0.10 build seems to work. Travis seems to be choking over a GET on https://registry.npmjs.org/esprima-six, but I can
curl
that page, no problem. Not sure what's wrong.The text was updated successfully, but these errors were encountered: