-
Notifications
You must be signed in to change notification settings - Fork 302
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
io.js still broken #201
Comments
Ok, found the fix for that. It was another dependency issue. |
Done |
Thanks, but I think you forgot to update npm cache clean
npm install grunt-node-webkit-builder
|
Ah! graceful-fs-extra 1.0.5 & grunt-node-webkit-builder 1.0.2 published. Try again? |
Worked, ty... |
@bastimeyer did you get it working with nwjs 0.12.0 and iojs 1.4.2, on osx? |
Despite the fix of #197, io.js still doesn't work correctly. We've just fixed the uncaught TypeError which prevented the execution. I thought it was working again, because I was able to build my application like before while using nodejs.
What I did not test was the nw.js cache download and archive extraction.
The archive gets properly downloaded, but it hangs afterwards (with 100% CPU usage) while trying to extract it. The file structure of the cache folder is also messed up and the filesize of the executable is only 64KiB.
Tested with io.js v1.4.2 and nw.js v0.11.6 and v0.12.0 on linux64...
The text was updated successfully, but these errors were encountered: