We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When clink hooks are installed (clink autorun install -a), fetching featured packages is not possible.
clink autorun install -a
The error I get is
The system cannot find the path specified. [original error message in my system's locale, German - thus it must come from the OS]
Displaying the currently installed packages does not work either. However, using apm, everything is fine.
apm
If I clink autorun uninstall -a then the fetching and displaying of the packages works again.
clink autorun uninstall -a
Unfortunately, I cannot see which path the OS is unable to find. Can you help me track this down?
I'd love to have clink autorun enabled as well as being able to install Atom packages from within the UI.
The text was updated successfully, but these errors were encountered:
This is a duplicate of #373 I think?
Sorry, something went wrong.
Fixed in 0.4.7.
I'll re-check this with 0.4.7 next week.
Verified working now.
Thanks again.
No branches or pull requests
When clink hooks are installed (
clink autorun install -a
), fetching featured packages is not possible.The error I get is
Displaying the currently installed packages does not work either.
However, using
apm
, everything is fine.If I
clink autorun uninstall -a
then the fetching and displaying of the packages works again.Unfortunately, I cannot see which path the OS is unable to find. Can you help me track this down?
I'd love to have clink autorun enabled as well as being able to install Atom packages from within the UI.
The text was updated successfully, but these errors were encountered: