-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TypeError: undefined is not a function #343
Comments
I'm getting the same error |
I'm getting the same error to, but I fixed the bug temporarily. I use Mac:) |
Thanks for reporting. What's your Node version? nw-builder requires version 4 or newer. |
Ignore the fact this was closed above. I don't think that fixes your problem. I think it's related to an old Node version. But try version 2.2.6 anyway and if it does fix your problem, I'll close this. |
Is this still a problem? We're now on 3.1.0 by the way. |
if your node version is v0.12.xxxx , you can use nw-builder mast less than V4.0 + |
when I try to build app:
nwbuild .
or run
nwbuild -r .
I get
[TypeError: undefined is not a function]
When I run in non-app folder it just says that it couldn't find package.json
I tried it on very simple app with just package.json and index.html, also tried it on another example app.
Is it possible to generate more logs so I could find more information about what is happening?
I use Windows 10
The text was updated successfully, but these errors were encountered: