Questions tagged [node-webkit-agent]

6 questions
1
vote
0 answers

unsealed contents present in the bundle - Mac build

Am trying to signing my app build with nwjs in Mac. https://github.com/nwjs/nw.js/wiki/MAS:-Signing-the-app Following are the steps i tried. Out of 8 steps upto 7 worked for me. When i run the 8th command am getting "unsealed contents present in…
Dibish
  • 9,133
  • 22
  • 64
  • 106
1
vote
0 answers

node-webkit-agent wont connect to my application

I've been trying to debug my node application as I keep getting 'stack size exceeded' errors. I've replaced global accidental vars with the prefix var for declaration but I can't seem to figure out what the problem is. I tried using node-inspector…
kinghenry14
  • 1,187
  • 1
  • 11
  • 34
0
votes
2 answers

Packaging node webkit application trouble

I want to package a nodewebkit application for windows. I followed this tutorial https://github.com/nwjs/nw.js/wiki/How-to-package-and-distribute-your-apps#mac-os-x I got the .exe file, but can't execute it.
Safa
  • 107
  • 2
  • 9
0
votes
1 answer

nodewebkit - documentation said screen will work, but its getting impossible to make it work

I am using latest nodewebkit and running the following code as per documentation ( https://github.com/rogerwang/node-webkit/wiki/Screen ) but its always failing. Can anyone please tell me why i have this error please and how do you fix it?
user285594
0
votes
1 answer

In Docpad, how can I debug and examine server-side objects using node webkit agent?

The happy place I'm trying to get to is one that lets me use Chrome's tools to examine server- as well as client-side objects. In the past, I have had success in following the "Profiling with Node Webkit Agent" instructions on the Debugging page of…
8ken
  • 15
  • 4
0
votes
3 answers

How to use node-webkit-agent?

How to use node-webkit-agent? I'm stuck with the second step: Using your browser, go to devtools frontend URL corresponding to your nodejs version How can I access the devtools?
Adam Halasz
  • 57,421
  • 66
  • 149
  • 213