Sublime Forum

JSHint won't uninstall

#1

JSHint is still running after uninstall using package control.
Tools > Build System > Automatic does nothing.
Sublime has been restarted.

0 Likes

#2

JSHint is still running after uninstall

What does this mean? Is the process still running? Is the build still running? You should provide some context, so people on this forum can actually help you.

Wild guess: So you did uninstall the JSHint (Sublime Text) package. Since that package requires you to install jshint manually, you probably want uninstall it as well, if you no longer need it. Run npm remove -g jshint in your terminal.

1 Like