-
Notifications
You must be signed in to change notification settings - Fork 141
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
Fatal error: UNKNOWN in Mac OS X #107
Comments
Can you post your grunt config? Did you only update the builder or also other node_modules ? |
The only instruction that I used to update is:
Another difference is that now it is using Node-Webkit 10.5. This is my Gruntfile.js:
And this is the package.json:
|
Also, the error is referencing a file inside my .app (in case of building for Mac OS):
|
I just updated npm, restarted the computer and now it is working fine. I close the issue. |
I just updated grunt-node-webkit-builder to the latest version and now I'm having a lot of problems to build the binaries. When I use "grunt", I get the following error:
Fatal error: UNKNOWN, open 'Users/.../en.json'
Everytime I use it a different file crashes (in the case above, en.json). I managed to build the binaries just 1 time, and I tried it more than 30 times. With the previous release it worked fine.
I have the ulimit issue solved. I'm using Mac OS X 10.7.5
The text was updated successfully, but these errors were encountered: