biojs / slush-biojs

DEPRECATED - please use https://github.com/biojs/generator-biojs-webcomponents
https://github.com/biojs/generator-biojs-webcomponents
7 stars 3 forks source link

gulp error if JSHint is set to "no" #9

Closed ljgarcia closed 9 years ago

ljgarcia commented 9 years ago

Hi there,

I have tried some times now to use the slush biojs and every time that I have chosen "n" for JSHint I have gotten gulp errors. Everything goes fine if I choose "Y" for JSHint.

Here is the configuration: ? Module name? biojs-vis-rdf-links ? Description? A BioJS 2.0 component to visualize links between RDF entities in one or more RDF datasets ? Module version? 0.1.0 ? Author name? [hidden] ? Author email? [hidden] ? Github username? [hidden] ? Keywords for npm (separate with comma) biojs,visualization,rdf ? A visualization lib? Yes ? Unit tests: Yes ? UI tests with PhantomJS (headless browser) Yes ? Linting (Check code style with JSHint) No ? Check code coverage? Yes ? Choose your license type: Apache 2

Here are the errors: npm ERR! biojs-vis-rdf-links@0.1.0 prepublish: gulp npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the biojs-vis-rdf-links@0.1.0 prepublish script. npm ERR! This is most likely a problem with the biojs-vis-rdf-links package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! gulp npm ERR! You can get their info via: npm ERR! npm owner ls biojs-vis-rdf-links npm ERR! There is likely additional logging output above. npm ERR! System Windows_NT 6.1.7601 npm ERR! command "[hidden path]/node.exe" "[hidden path]/npm-cli.js" "install" npm ERR! cwd [hidden path]/biojs-rdf-links-viewer npm ERR! node -v v0.10.32 npm ERR! npm -v 1.4.28 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! [hidden path]\npm-debug.log npm ERR! not ok code 0

Regards, lj

wilzbach commented 9 years ago

Hi,

I tried to reproduce this on my machine but there it works fine. However I figured out that I forgot to publish the latest version to npm (sorry!). Do you mind to try this again?

You can update biojs slush by npm install -g slush-biojs

ljgarcia commented 9 years ago

I just tried again and it all worked fine! Thanks!