-
Notifications
You must be signed in to change notification settings - Fork 88
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
Where should eslint_d be installed? #322
Comments
The stack trace reads a lot like the one on their page https://pnpm.io/installation#troubleshooting The first question is usually: does it work on the command line? If so, the environment (ENV) is different from the one when you start Sublime Text. |
Also: it totally looks like SublimeLinter finds your |
So yeah, it does seem to work fine for the command line. This tests it both from the root of the project, and the package itself, just to check for any differences.
I've also tried calling it with the full path to |
Ok, I think I've managed to get things working. I've uninstalled the That being said, I can't know for sure whether it's just using |
Ugh, I take that back. I think I needed to restart Sublime :( |
I end up with frequent little niggly issues with my linter configuration, and I think part of it is overriding the
executable
setting. So I'd like to know how do I geteslint_d
working with the global install setting. I'm wondering if I can get some advice? I currently get the following output:If I check the location of
eslint_d
I get:I used to have an executable path of
/home/ian/.nvm/versions/node/v16.14.0/bin/eslint_d
which gave me a reasonable success, but obviously then the package detection features don't work :(The text was updated successfully, but these errors were encountered: