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

Unable to download nodewebkit #136

Closed
estvmachine opened this issue May 28, 2015 · 2 comments
Closed

Unable to download nodewebkit #136

estvmachine opened this issue May 28, 2015 · 2 comments

Comments

@estvmachine
Copy link

With my code already i did a nodewebkit version with 'node-webkit-v0.8.6-win-ia32' (download page node-webkit ) because my app works in Node v0.10.x, now i want to do that with grunt but the task try to download the last version and additionally fails.

image

My code:

gruntfile.js

grunt.initConfig({
   nodewebkit: {
        options: {
            platforms: ['win'],
            buildDir: './webkitbuilds', // Where the build version of my node-webkit app is saved
        },
        src: ['./dest/**/*'] // Your node-webkit app
      }
});

The package.json

{
  "name": "webrandomprod",
  "main": "index.html",
  "node-main": "server.js",
  "description": "A MEAN application for module of Production of RANDOM ERP",
  "version": "0.0.1",
  "author": "Stevmachine",
  "engines": {
    "node": "0.10.x",
    "npm": "1.4.x"
  },
  "window": {
    "title": "node-webkit demo",
    "icon": "link.png",
    "toolbar": true,
    "frame": false,
    "width": 800,
    "height": 500,
    "position": "mouse",
    "min_width": 400,
    "min_height": 200,
    "max_width": 800,
    "max_height": 600
  },
  "webkit": {
    "plugin": true
  }
}
@d11e9
Copy link

d11e9 commented Jun 1, 2015

👍 me too

@adam-lynch
Copy link
Contributor

Thanks for reporting... We'll track this bug at nwutils/nw-builder#222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants