Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

sublime node

Go to tools>Build System>New Build System

and rewrite the file to the following:

{
    "cmd": ["node", "$file"],
    "selector": "source.js",
    "path":"/usr/bin"
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sublime #node
ADD COMMENT
Topic
Name
9+4 =