Customization: Portable versions Sublime Text 2
with its plugin Sublimelinter
and node.exe
.
sublimelinter_executable_map
must be set in such a way that it is Sublimelinter
used node.exe
as 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