-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BUG] The package 'whatever' is not installed #25
Comments
This problem has ocurred before. THe package, to avoid error ocurring, first check through Atom's built-in functions, if a package is installed. Atom does not provide a check for their own packages, and when those packages are checked with the regular functions, they return that the package is not installed. Because of this, I created a function that allows you to override these checks and forcefully issue commands. You can see how its used in this issue: Link |
correct. see differences below.
|
For example:
Obviously it is installed because it comes with Atom by default. It also happens with others like Hydrogen that are installed (i promise):
Here is my config:
Thoughts?
Thanks!
D.
The text was updated successfully, but these errors were encountered: