Skip to content
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

installation issue #6

Open
scips opened this issue Mar 6, 2013 · 4 comments
Open

installation issue #6

scips opened this issue Mar 6, 2013 · 4 comments

Comments

@scips
Copy link

scips commented Mar 6, 2013

Dear,
I'm trying your install process but at the third step it fails (npm install). I'm on linux and here is the output. I don't have issue with other node projects.

$ npm install --dev
npm WARN package.json [email protected] No README.md file found!
npm WARN unmet dependency /var/www/github/NodeBDD/node_modules/connect-assets requires underscore@'1.1.7' but will load
npm WARN unmet dependency /var/www/github/NodeBDD/node_modules/underscore,
npm WARN unmet dependency which is version 1.2.2
@jessbowers
Copy link

I'm having the same issue

@jdmitch
Copy link

jdmitch commented Mar 5, 2014

I am also having this issue :(
any resolution?

@saaguero
Copy link

Seems like the repository includes the node_modules folder (which is where npm install packages)... a quick fix will be to remove that folder and then you can proceed with

npm install --dev

@aars
Copy link

aars commented Feb 6, 2015

There are so many deprecated dependancies in this project that it seems unusable in a modern node setup.

$ npm install --dev
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] bugs['web'] should probably be bugs['url'].
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] specifying dependencies as array is deprecated
npm WARN unmet dependency /Users/aaronh/src/NodeBDD/node_modules/connect-assets requires underscore@'1.1.7' but will load
npm WARN unmet dependency /Users/aaronh/src/NodeBDD/node_modules/underscore,
npm WARN unmet dependency which is version 1.2.2

Removing node_modules and running npm install --dev runs into a lot more problems.. here is a small snippet.

npm WARN engine [email protected]: wanted: {"node":">= 0.4.1 < 0.7.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm WARN deprecated [email protected]: highlight is deprecated in favor of "highliht.js"
npm WARN engine [email protected]: wanted: {"node":"> 0.4.x < 0.7.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">= 0.4.1 < 0.5.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm WARN deprecated [email protected]: use gulp-rimraf instead
npm WARN engine [email protected]: wanted: {"node":"0.4.x"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">= 0.4.1 < 0.7.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm WARN excluding symbolic link index.js -> lib/haml.js
npm WARN excluding symbolic link index.js -> lib/connect-form.js
npm WARN excluding symbolic link lib/index.js -> jade.js
npm WARN excluding symbolic link support/sass/index.js -> lib/sass.js
npm WARN engine [email protected]: wanted: {"node":"> 0.4.x < 0.7.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">= 0.4.1 < 0.5.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm WARN excluding symbolic link lib/index.js -> jade.js
npm ERR! fetch failed https://registry.npmjs.org/less/-/less-2.3.1.tgz
npm WARN excluding symbolic link index.js -> lib/sass.js

I stopped after downloading 175MB of deprecated dependancies.

Is there a way to get this fixed? If not, it might be best that this project is no longer linked from https://github.com/cucumber/cucumber-js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants