-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Hi,
Just writing this as a service for others who get in this headache.
nvm does not play nicely with eslint/sublime. I spent weeks on/off trying to configure paths etc to get this working. It just doesn't.
My solution?
Remove nvm, instead use volta (seems better anyway). Then npm install -g eslint and voilia!
My config looks like this
{
"linters": {
"eslint": {
"disable": false,
"args": ["--env=es6"],
"env": {
"PATH": "/Users/[USER_NAME]/.volta/tools/image/node/18.16.0/bin"
}
}
}
}
Maybe it's worth updating the README.MD to reflect this
Metadata
Metadata
Assignees
Labels
No labels