Open aleclarson opened 8 years ago
Do you have the error logs from when the install failed? Does it happen every time you npm install devtool -g
? I haven't seen this and I'm not able to reproduce it.
If it persists with the latest version of devtool (2.0.1), try posting a new issue in electron-prebuilt.
It seems the
postinstall
script ofelectron-prebuilt
sometimes fails to complete, resulting in a missing configuration file.You can get around this using:
Is there something that can be done to automate this?
Or is this issue the responsibility of
electron-prebuilt
contributors?