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

Does not work with npm install --dev #41

Closed
walling opened this issue Mar 16, 2012 · 2 comments
Closed

Does not work with npm install --dev #41

walling opened this issue Mar 16, 2012 · 2 comments

Comments

@walling
Copy link

walling commented Mar 16, 2012

When you try to install the package using npm install qunit --dev it fails. This is a problem if you add node-qunit as a devDependency in your package.json, since the --dev options recursively installs development dependencies.

Quickfix: Instead of installing development dependencies automatically using --dev, just install qunit where needed.

@kof
Copy link
Contributor

kof commented Mar 16, 2012

This is because I have bunker in dependencies and this is using expresso in dev for testing and expresso is using jscoverage which is a C lib. Old versions of node-qunit was also using jscoverage and I have dropped it, because a lot of people reported they can't install it and some other reasons.

bunker is in the dependency list already but not implemented yet.

So I don't see any way how to avoid it except of ask bunker or expresso guys to fix that.

@kof kof closed this as completed Jun 28, 2012
@kof kof reopened this Jun 28, 2012
@kof
Copy link
Contributor

kof commented Jun 28, 2012

will add bunker as optional dependency.

@kof kof closed this as completed Jun 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants