We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I keep getting this error from the plugin when I've enabled
{ "fix_on_save": true, }
I've already configured my Sublime linter settings, is there something else I need to do?
// SublimeLinter Settings - User { "paths": { "linux": ["/home/ian/.nvm/versions/node/v14.16.0/bin/node"] }, "linters": { "xo": { "env": { "PATH": "/home/ian/.nvm/versions/node/v14.16.0/bin:$PATH" } } } }
The text was updated successfully, but these errors were encountered:
We probably need to fetch the node path from SublimeLinter and use it here:
node
SublimeLinter-contrib-xo/linter.py
Line 114 in 5746e06
Sorry, something went wrong.
// @LuKks
Generally, I would recommend not using nvm. It causes so many problems like these. I have seen hundreds of problems caused by nvm in the past years.
nvm
Thanks @sindresorhus, at the moment I've created a symbolic link to deal with the issue https://stackoverflow.com/a/21236122/21061
No branches or pull requests
I keep getting this error from the plugin when I've enabled
I've already configured my Sublime linter settings, is there something else I need to do?
The text was updated successfully, but these errors were encountered: