Skip to content
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

Failed to unzip the package file: quickQuestion/dist/Quick Question.app/Contents/Resources/app.nw/monitor.js #29

Closed
mschaaf opened this issue Sep 1, 2013 · 3 comments
Assignees
Milestone

Comments

@mschaaf
Copy link
Member

mschaaf commented Sep 1, 2013

Cannot extract package

Failed to unzip the package file: /Users/martinschaaf/Documents/workspace.main/quickQuestion/dist/Quick Question.app/Contents/Resources/app.nw/monitor.js

@ghost ghost assigned mschaaf Sep 1, 2013
@mschaaf
Copy link
Member Author

mschaaf commented Sep 1, 2013

It fails because polo tries to fork the monitor.js file but searches for it under app.nw instead of the node_modules/polo directory the fork is done from the polo repository.js file. Interesting is that it seems to work anyway. We should find out if this is a app.nw problem or one of our app.

The code that forks looks like this: cp_fork('monitor.js', ...

@mschaaf
Copy link
Member Author

mschaaf commented Sep 1, 2013

I opened: nwjs/nw.js#1057

@mschaaf
Copy link
Member Author

mschaaf commented Sep 7, 2013

Temporarily fixed with d5469fc

@mschaaf mschaaf closed this as completed Sep 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant