You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
Hi All,
I am very new to node-webkit but it looks very interesting project. I have a node code where I am using jsdom https://github.com/tmpvar/jsdom. My node-webkit application is getting crashed when I am trying to load jsdom.
1) Does it not support jsdom
2) Is there any other way to execute my app without actually loading jsdom in node-webkit?
Thanks & Regards
Jagdeep
reach....@gmail.com
unread,
Jun 14, 2013, 10:23:39 AM6/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com, reach....@gmail.com
solved by using child_process
Юрий Соловьёв
unread,
Jun 15, 2013, 9:18:21 AM6/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com, reach....@gmail.com
why do you ever need to use jsdom here?
reach....@gmail.com
unread,
Jun 15, 2013, 9:42:47 AM6/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com, reach....@gmail.com
Initially my application was using JSDOM and then I was trying to use node-webkit for user interface.