Open Plastikmensch opened 4 years ago
The reason for this is probably obvious to those who understand npm, but, though the install worked without -g
, the electron-minidump
command was not found. For me, what worked is ~/node_modules/.bin/electron-minidump
Running
sudo npm install -g electron-minidump
produces the following output:Installation without -g flag works fine