-
Notifications
You must be signed in to change notification settings - Fork 146
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
Cannot find module './support/isBuffer' #365
Comments
I have the same problem, I think it's trying to look for |
I managed to fix my problem, seems like you can't use globbing patterns in files.src array if you also have a files.dest. What caused my error:
The fix:
not sure if this is a bug or intentional. |
nah. you can use globs. I got it to work without changing the configuration but I no longer know what I did to make it work... I think I upgraded |
@ekkis I have the same problem. Could you find a solution to it? |
@chiragmongia do an upgrade first. I think that solved it for me |
Related issue here: browserify/browserify#1531 |
I have a directory with tests I wish to browserify. if I do it by hand everything works fine:
but in trying to automate it by putting the following into the
Gruntfile.js
:something goes wrong and when I try to run the tests I get:
am I misconfiguring the plugin? help?
The text was updated successfully, but these errors were encountered: