nornagon / electron-minidump

Symbolicate Electron minidumps
51 stars 14 forks source link

Fails to install on MacOS #6

Closed Patronics closed 2 years ago

Patronics commented 3 years ago

I get this error log when attempting to install on macOS (with either a global or local install), apparently it attempts to run chmod on a nonexistent file, which fails.

npm ERR! code 254 npm ERR! git dep preparation failed npm ERR! command /usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js install --cache=/Users/patrickleiser/.npm/_cacache --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit npm ERR! npm ERR! code ENOENT npm ERR! npm ERR! syscall chmod npm ERR! npm ERR! path /usr/local/lib/node_modules/minidump/build/src/processor/minidump_stackwalk npm ERR! npm ERR! errno -2 npm ERR! npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/minidump/build/src/processor/minidump_stackwalk' npm ERR! npm ERR! enoent This is related to npm not being able to find a file. npm ERR! npm ERR! enoent

rzhao271 commented 3 years ago

Same issue with WSL on Windows 10.

wsl-example

nornagon commented 2 years ago

I think this is fixed now!