-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
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
Unable to run the tests on master branch #158
Comments
Sounds like you need to clear out the I should really switch to using libesvm but haven't had the time. |
@spenceralger thanks for getting back to me. on your advice, in my Vagrant VM I did: rm -rf elasticsearch-js
git clone https://github.com/elasticsearch/elasticsearch-js.git && cd elasticsearch-js
npm install Get a few warnings: npm WARN package.json [email protected] No repository field.
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/grunt requires async@'~0.1.22' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/async,
npm WARN unmet dependency which is version 0.8.0
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/grunt requires coffee-script@'~1.3.3' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/coffee-script,
npm WARN unmet dependency which is version 1.8.0
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/grunt requires glob@'~3.1.21' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/glob,
npm WARN unmet dependency which is version 3.2.11
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/grunt requires js-yaml@'~2.0.5' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/js-yaml,
npm WARN unmet dependency which is version 2.1.3
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/mocha requires glob@'3.2.3' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/glob,
npm WARN unmet dependency which is version 3.2.11
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/browserify/node_modules/umd/node_modules/uglify-js requires async@'~0.2.6' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/async,
npm WARN unmet dependency which is version 0.8.0
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/browserify/node_modules/umd/node_modules/uglify-js requires optimist@'~0.3.5' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/browserify/node_modules/optimist,
npm WARN unmet dependency which is version 0.5.2
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/grunt-contrib-uglify/node_modules/uglify-js requires async@'~0.2.6' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/async,
npm WARN unmet dependency which is version 0.8.0
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/grunt-contrib-uglify/node_modules/uglify-js requires optimist@'~0.3.5' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/optimist,
npm WARN unmet dependency which is version 0.6.1
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/grunt-contrib-watch/node_modules/gaze/node_modules/globule requires glob@'~3.1.21' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/glob,
npm WARN unmet dependency which is version 3.2.11
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/grunt-mocha-cov/node_modules/mocha requires glob@'3.2.3' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/glob,
npm WARN unmet dependency which is version 3.2.11
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/grunt-prompt/node_modules/inquirer requires async@'~0.2.8' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/async,
npm WARN unmet dependency which is version 0.8.0
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/load-grunt-tasks/node_modules/globule requires glob@'~3.1.21' but will load
npm WARN unmet dependency /vagrant/elasticsearch-js/node_modules/glob,
npm WARN unmet dependency which is version 3.2.11
[email protected] node_modules/grunt-contrib-jshint Then when I try to run sudo npm install minimatch js-yaml glob async optimist browserify coffee-script dateformat grunt-contrib-jshint I get the following error:
Looks like the dependencies are out of date... Should I create a separate issue to update all the dependencies & devDependencies? |
Hmm, if updating all the packages works for you then please create a ticket. The current version builds fine on my box and on travis. Seems like something else if wrong here. |
Hi! I'm closing this due to inactivity, if it is still an issue, please feel free to reopen! :) |
Trying to run
grunt test
orgrunt test_unit
on Ubuntu (using Vagrant) - all dependencies installed - I get the error:Screenshot:
The text was updated successfully, but these errors were encountered: