Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Handle missing module errors more gracefully #739

Closed
callumlocke opened this issue Oct 20, 2016 · 2 comments
Closed

Handle missing module errors more gracefully #739

callumlocke opened this issue Oct 20, 2016 · 2 comments

Comments

@callumlocke
Copy link

Problem: often I clone a repo just to explore the code in Atom (and I don't want to bother doing npm install, because I'm not actually going to be developing in the repo, I'm just viewing the code). But if the repo uses ESLint, this fires up linter-eslint, and every time I click on a JS file, an error pops up:

image

A new error appears for every file you view. They keep accumulating until you close them manually. I don't want to have to run npm install just to keep my linter happy in someone else's repo I'm just browsing.

It would be great if linter-eslint could catch this kind of error and just display a small notification in the status bar instead of allowing big intrusive errors to overlap my code.

@IanVS
Copy link
Member

IanVS commented Oct 20, 2016

We have talked about putting other common error messages in the status bar (#735 (comment)), and I like the idea of doing the same thing for these messages as well.

@Arcanemagus Arcanemagus changed the title Enhancement: Handle missing module errors more gracefully Handle missing module errors more gracefully Dec 6, 2016
@Arcanemagus
Copy link
Member

Closing as a duplicate of #387.

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

No branches or pull requests

3 participants