Sublimetext 2 Javascript Console
I'm a SublimeText2 and Javascript newbie, using Windows8. I'm trying to create a Javascript Console in Sublime Text. I've tried 2 methods, but none worked with me! METHOD 1: I've
Solution 1:
Try using SublimeREPL. I have used it quite successfully, although on Win 7.
With tanepiper's plugin, you may have to fiddle with setting paths (I remember them having issues with windows)
{
// if present, use this command instead of plain "node"// e.g. "/usr/bin/node" or "C:\bin\node.exe""node_command": false,
// Same for NPM command"npm_command": false,
// as 'NODE_PATH' environment variable for node runtime"node_path": false,
}
Post a Comment for "Sublimetext 2 Javascript Console"