Skip to content
Advertisement

How do I fix the multiple errors that I’m facing on Atom with the Atom linter?

I’m on Atom and my interface is currently displaying this:

{Error running gjslint}(x4) {Error running selective}(x4)

When I opened up the errors section, here’s what I found:

JavaScript

All of them have appeared as soon as I started to work on a new document with the Atom linter installed with its associated specifics. How, then, do I go about remedying these errors?

Advertisement

Answer

The linter-gjslint package has a dependency on gjslint that needs to be installed separately, as mentioned in the documentation:

Before using this plugin, you must ensure that gjslint is installed on your system. To install gjslint, read this.

This is a common practice among most linter packages across different editors.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement