-
Notifications
You must be signed in to change notification settings - Fork 975
Auto removal of ~/.electron? #2344
Comments
I think we can at least make sure the user has no .electron on npm install. |
Another case #4939 |
#4939 is not a case of this. We don't re-use version numbers anymore so I don't think there is a benefit of this anymore. |
This issue was only a real problem when we tried to stay in sync with the upstream electron version numbers and re-used the same version number. |
Sorry I'm a bit confused. So we don't need to delete |
that is right, it doesn't need to be updated because the files in that folder are named with the electron version. And for all electron changes we now update the electron version now. |
Is there any way of either telling users do
rm -rf node_modules/ && rm -rf ~/.electron
or removing them automatically if needed?#1098, #1550, #2140, etc.
The text was updated successfully, but these errors were encountered: