-
Notifications
You must be signed in to change notification settings - Fork 143
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: must start with number, buffer, array or string :: Node version 4.1 #217
Comments
@fedescarpa src.html is empty? I have a similar problem.. #219 |
@vitstr No, src.html is a glob 'src/*/.html', is not empty |
No no no, he means the content of one of the final HTML files from the glob or whatever. For me it was the problem. So thank you @vitstr , though the error message could be improved for that one. |
I experienced the problem with having a empty SASS partial file. Seems wiredep doesn't like it to have empty files in it's stream, but it won't throw an error if you insert a space or new line in the empty file. I agree with @krnlde that the error message on this one could be improved. If @vitstr didn't mentioned abt an empty file, I probably still was searching for a needle in a haystack. Thanks! |
i have the same problem as you , how can i fix it ? |
thankssssssssssss............................. |
I get this error when I run the next code with node 4.1.x. it works with node 0.12.x
Error:
The text was updated successfully, but these errors were encountered: