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
Does anyone know what happened with snapshots between 0.8.x and 0.9.x? I can't compile my application anymore. Works ~50% of the time with the frameless window example that i use in https://github.com/miklschmidt/node-nw-snapshot, so it does work (sorta).
I just need to find out what i'm doing that i can't do anymore. Can anyone shed some light on this?
Mikkel Schmidt
unread,
Mar 1, 2014, 9:03:31 PM3/1/14
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
Btw, i only tested on OS X thus far.
Mikkel Schmidt
unread,
Mar 2, 2014, 8:45:48 AM3/2/14
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
i solved it. I used to include require.js in the snapshot (don't remember why. All other thirdpary code isn't snapshotted), i thought that wasn't necessary so i removed it. Event though it's all wrapped inside a function() {} which is called from the DOM, it doesn't work anymore. Hope it helps others.