-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
TypeError: Arguments to path.resolve must be strings #78
Comments
Can I see the code that triggered this? |
Part of the problem is that the stack trace only prints 10 frames. Do you know how to tell gulp (or node?) that I want it to print the whole stack? |
@lsiden I think theres a module called longjohn for that |
@lsiden Could you show us the option object that you passes to |
As far as I can tell you are passing something bad to gulp.dest and it is failing to join it to the file path. Check your arguments, and I'll keep this open as a reminder that we need a better error message on invalid dest args |
Yep, probably options.base that is bad |
gulp task watch-app throws this exception after several successful builds:
I have found other complaints about this but cannot tell whether they're related. I am also not sure which project this should be reported to: vinyl or vinyl-fs or something else on the stack.
In case this helps:
The text was updated successfully, but these errors were encountered: