electron / node-minidump

Node module to process minidump files
MIT License
68 stars 46 forks source link

minidump.js commands execute error #44

Closed weiweian90 closed 3 years ago

weiweian90 commented 3 years ago

minidump version 0.19.0 I install minidump by npm intall minidump@0.19.0 --no-bin-links but node_modules/minidump/build have nothing, the minidump.js content commands excute path minidump\build\src\processor\minidump_stackwalk.exe is not exsit

nornagon commented 3 years ago

sounds like an npm issue. what OS are you on? if you install without --no-bin-links does it work?

bytemain commented 3 years ago

sounds like an npm issue. what OS are you on? if you install without --no-bin-links does it work?

I think the reason is related to https://github.com/nornagon/electron-minidump/issues/7

download the breakpad source failed

nornagon commented 3 years ago

Ah, okay, well sadly that is beyond my control to fix :/