-
Notifications
You must be signed in to change notification settings - Fork 33
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 #8
Comments
I've installed Node Thanks! |
Finally reproduced it. The issue is that we no longer So the following: transform: function (data) {
return JSON.stringify({
main: data.assetsByChunkName.main[0],
css: data.assetsByChunkName.main[1]
}, null, 2);
} Should fix your issue. Can you confirm and close? In parallel, I work on the documentation to enhance / correct it surrounding the issue. |
@gpbl -- Closing this as I think we've got your issue solved now. Feel free to re-open if that's not the case. |
Thanks @ryan-roemer, it worked! Sorry for the late answer. |
how to get this fix? |
@aniket29081992 -- Please follow the example in my comment: #8 (comment) If that doesn't work, please paste a GitHub link or a code snippet with context around your instantiation of |
Unable to understand this error : err TypeError: must start with number, buffer, array or string github\github.js:112:19) |
@gvahinde - I don't see this loader in that stack trace and it looks like you're using jspm, not webpack? If you are having an issue with this plugin, please open a new issue and include your full webpack configuration, the command you're running on the terminal and ideally full reproduction steps (if this is an open source project) so that we can better assist you. |
👋 I've upgraded to 0.1.1 and now I get the following error using this config. I'm on node 4.
Am I missing something?
The text was updated successfully, but these errors were encountered: