Roger Wang
Roger Wang
The sample in the tutorial works for me.
close until more information is available.
Could you upload a crash dump? https://nwjs.readthedocs.io/en/latest/For%20Developers/Understanding%20Crash%20Dump/
Renaming macos app works for me with `product_string`. Note that you should rename all the helper applications (including their Info.plist and executables), which is in the documentation.
As I commented here https://github.com/nwjs/nw-gyp/issues/107#issuecomment-350944606 it works for me. From your log I can see that 'node-pre-gyp' calls 'nw-gyp' without proper arguments so 'nw-gyp' failed. I'm not sure whether it's...
Maybe it's something in your package.json. You could try my simple package.json in your system first to isolate other causes.
Maybe you installed `node-pre-gyp` globally. I don't have that in my system.
The root cause of your issue is that `nw-gyp` is not properly called by `node-pre-gyp`, which is not supposed to be running at all if a simple `serialport` is being...
Why it should? It doesn't even exist in my system. On Dec 13, 2017 12:19 AM, "Jean-Philippe Côté" wrote: > I understand that node-pre-gyp is not relaying the version information,...
You could try to find out how node-pre-gyp was installed in your system.