question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation of SublimeLinter v4.8.0 fails

See original GitHub issue

I’m a Sublime user trying to install SublimeLinter. I followed the installation guide and installed SublimeLinter version 4.8.0. However, I can’t lint anything (“lint this view”, Ctrl+Cmd+L) and also I can’t change the lint mode, i.e. if I use PackageControl to type SublimeLinter: Choose Lint Mode nothing shows up.

OS: High Sierra Sublime: 3.1.1

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kastecommented, Sep 27, 2018

OK, you first have to decide which linter you want to use. For example, if you’re doing javascript. You may choose eslint as your linter. Make sure to install that linter npm install eslint using the command line.

Regardless of the linter you use, first install the linter, then install a SublimeLinter plugin which acts as a bridge between this command line linter and SublimeLinter itself. See https://packagecontrol.io/browse/labels/SublimeLinter for the available plugins.

0reactions
jannisborncommented, Sep 26, 2018

It’s a completely fresh version of Sublime, I just installed PackageControl and SublimeLinter

Read more comments on GitHub >

github_iconTop Results From Across the Web

SublimeLinter 4 happened · Issue #205 - GitHub
So SublimeLinter 4 happened and it isn't clear anymore how to do proper installation of SublimeLinter + SublimeLinter-eslint.
Read more >
SublimeLinter Documentation
First install PackageControl and then see its usage, which explains how to install packages to SublimeText. Plugins are listed on PackageControl ...
Read more >
SublimeLinter not working - Stack Overflow
Just to help if someone have the same problem. I made it work this way (Sublime Text 3): Go to Preferences > Package...
Read more >
SublimeLinter-eslint - Package Control
If you're using SublimeLinter 4, the linter is trying to always lint the current view, even if there's no ESLint setup for the...
Read more >
Sublime Text Tutorials #19 - How To Use SublimeLinter 3
Here we show you how to install Sublime Linter 3 and add a JSHint Linter. ... 107K views 8 years ago Sublime Text...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found