Skip to content
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

Fresh Atom Install with [email protected]/3, required packages are not installed/prompted #1723

Open
azielman opened this issue Jan 5, 2021 · 4 comments

Comments

@azielman
Copy link

azielman commented Jan 5, 2021

Spent a few hours debugging why linter wasn't working (not linting, not showing any UI whatsoever, no errors in the console).

Finally downgraded linter via apm install [email protected], and was then prompted by atom to install linter-ui-default, busy-signal and intentions. Was then able to upgrade 3.2.3 with everything working.

Did the dependency check code break in 3.2?

OS X Big Sur
Atom 1.53.0

Worst case, would be good to document on the primary readme that these packages are required.

@aminya
Copy link
Collaborator

aminya commented Jan 5, 2021

@azielman Thanks for the report. We didn't change anything regarding the dependencies, but I will check again.

@paulsuda
Copy link

I can confirm exactly the same thing happened to me. New fresh Atom install on a new fresh Ubuntu 20.10 install on a PC. Didn't ask to automatically install dependencies. I stepped back down to [email protected] as suggested in @azielman 's post above. On first run asked to install those dependencies and things work just fine now.

@slaphitter
Copy link

Same here:
Big Sur 11.2.3
Atom Version: 1.55.0
Linter Version: 3.3.1
New machine, fresh installs of all.

~  apm install linter
Installing linter to /Users/xxxx/.atom/packages ✓

That's all the output I got. When I installed the three packages noted above by hand, everything started working.

I see this difference in the debug output now:

UI Providers: 
Linter

Before, there was nothing listed here.

@nerochiaro
Copy link

Similar thing happening here (Ubuntu 20.4.2, atom 1.57.0).

When I installed linter I was not told to install linter-ui-default and no linting worked (and no errors or warnings of any kind appeared. it simply displayed no output).
When I installed manually linter-ui-default I got prompted to install intentions and busy-signal as dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants