You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the nodejs module polo in a application. This module starts a js file (monitor,js) by using cp_fork and gives only the file name as an argument. On startup node-webkit gives the following error "Failed to unzip the package file: /app.nw/monitor.js" but the file is located under node_modules/polo/monitor.js
We wouldn't like to change the packaging because this is the default npm package handling and doesn't need any extra work by maintaining the 3rd party modules.
How can we solve this?
Is this a bug in node-webkit or the 3rd party module?
The text was updated successfully, but these errors were encountered:
We use the nodejs module polo in a application. This module starts a js file (monitor,js) by using cp_fork and gives only the file name as an argument. On startup node-webkit gives the following error "Failed to unzip the package file: /app.nw/monitor.js" but the file is located under node_modules/polo/monitor.js
We wouldn't like to change the packaging because this is the default npm package handling and doesn't need any extra work by maintaining the 3rd party modules.
How can we solve this?
Is this a bug in node-webkit or the 3rd party module?
The text was updated successfully, but these errors were encountered: