We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed you have a lot of greenkeeper pulls failing on Travis with a rather cryptic error e.g. https://travis-ci.org/pouchdb/pouchdb-auth/jobs/208505418#L265
> pouchdb-plugin-helper "lint" events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:1011:11) at Process.ChildProcess._handle.onexit (child_process.js:802:34)
The problem seems to be that Travis is instructed to use nodejs 0.10 whereas many dependencies advise to use nodejs >= 4.0
When using version 4.8.3 of Node.js. it becomes clear that eslint is not present on this particular build.
eslint
> [email protected] helper /home/hans/pouchdb-auth > pouchdb-plugin-helper "lint" events.js:141 throw er; // Unhandled 'error' event ^ Error: spawn /home/hans/pouchdb-auth/node_modules/.bin/eslint ENOENT at exports._errnoException (util.js:907:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:189:32) at onErrorNT (internal/child_process.js:363:16) at nextTickCallbackWith2Args (node.js:511:9) at process._tickCallback (node.js:425:17) at Function.Module.runMain (module.js:443:11) at startup (node.js:140:18) at node.js:1043:3
In the other helper runs, its missing browserify, uglifyjs etc.
KR, Hans
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I noticed you have a lot of greenkeeper pulls failing on Travis with a rather cryptic error
e.g. https://travis-ci.org/pouchdb/pouchdb-auth/jobs/208505418#L265
The problem seems to be that Travis is instructed to use nodejs 0.10 whereas many dependencies advise to use nodejs >= 4.0
When using version 4.8.3 of Node.js. it becomes clear that
eslint
is not present on this particular build.In the other helper runs, its missing browserify, uglifyjs etc.
KR,
Hans
The text was updated successfully, but these errors were encountered: