-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to “[email protected]” failed on Windows #477
Comments
Same Issue as @underdpt |
atom/atom-languageclient#276 should fix it |
This does appear to be an issue with the atom-languageclient package. As a workaround, you may be able to fix this by removing the Once the pull request is merged in atom-languageclient, I'll try targeting the unstable commit to fix the problem here as well - at least if it doesn't break anything else, so I'll leave this open. |
Thanks @Gert-dev Removing the package and package folder didn't help (also tried removing the |
FYI, Same problem here. Using Win 10 64bit.
|
Another workaround that you can try is (in your Atom packages folder):
This will likely fix it, but you will likely run into an issue where autocompleting e.g. I'm now wondering if I shouldn't just revert to that in master; the issue of not being able to install is probably worse than the autocompletion bug. |
I agree, especially since it seems atom has no intention of releasing a new version of The other solution could be forking |
Alright, I'm going to revert to 0.9.9. I've created #487 to track the issue it reintroduces. |
When upgrading to latest php-ide-serenata v5.0.0 it throws an error in windows, due to the command
rm
being used (but it doesn't exists on windows):The resalted line says "rm" is not recognized as an external or internal command.
The text was updated successfully, but these errors were encountered: