Customization: Portable versions Sublime Text 2with its plugin Sublimelinterand node.exe.
sublimelinter_executable_mapmust be set in such a way that it is Sublimelinterused node.exeas a JavaScript engine.
Is it possible to do this using a relative path instead of a full path?
Trying to use different forms of relative paths given in MSDN , the plugin could not detect node.exe. The console message I received wasSublimeLinter: javascript disabled (One of the following JavaScript engines must be installed: node.js, JavaScriptCore)
source
share