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

Browserify: Cannot find module './lib-cov' #20

Closed
anthonator opened this issue Oct 28, 2014 · 3 comments
Closed

Browserify: Cannot find module './lib-cov' #20

anthonator opened this issue Oct 28, 2014 · 3 comments

Comments

@anthonator
Copy link

Having issues compiling with browserify. I'm assuming it has something to do with jscoverage?

Error: Cannot find module './lib-cov' from '/Users/a_user/Documents/Project/web/node_modules/underscore.inflection'
@jeremyruppel
Copy link
Owner

I took a look at how mocha solved this issue and it looks like we can simply add a "browser" key to package.json to tell browserify which file to include. Can you try out the browserify branch and see if it fixes your issue?

@anthonator
Copy link
Author

👍 Working for me.

@jeremyruppel
Copy link
Owner

Closed via b84def4 and released as v1.2.0

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

2 participants