-
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: Copied file during build #125
Comments
Same problem here. |
I noticed that if I keep running |
Yeah 😦. See nwutils/nw-builder#142 and nwutils/nw-builder#147 |
+1 for this issue. I'm running this from Windows. It works fine when I target win, but breaks on osx. |
0.2.3 works! |
Same thing here with grunt-node-webkit-builder 1.0.0 and node v0.10.26 on yosemite. Sometimes it will eventually pass. Generally, it takes 3 tries. |
Same error here - eventually builds - usually takes 4 tries. |
+1 |
Likewise, i was encountered the issue. |
I have encountered this issue too, unfortunately. @sergiovilar @jwoertink - you each report Thanks! |
|
Same problem here, OS X 10.10.1, It will eventually work, but usually takes a few tries. |
+1 |
same error on windows: filename of download changed: http://dl.nwjs.io/v0.12.0-alpha2/nwjs-v0.12.0-alpha2-win-x64.zip |
If you take that awkward retry loop out, it fails every time for me - means I can reproduce reliably. That retry loop is out of place anyway, imo. |
I just published version
|
it works for me! thanks! |
Me too. No issues since 1.0.8. Good work. |
Closing in favour of nwutils/nw-builder#180 & nwutils/nw-builder#142 |
When I try building my app, I get this error:
Here is my
Gruntfile.js
I'm on OSX 10.9.5
Although the error happens, the default version of the node-webkit app still builds. I just don't see my version.
The text was updated successfully, but these errors were encountered: