Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

node js sublime text

{
    "cmd": ["/usr/bin/node", "$file"],
    "selector": "source.js"
}
Comment

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"
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: jqiery check if scroll to end 
Javascript :: using bootstrap in react 
Javascript :: js sort by date 
Javascript :: react refresh 404 error 
Javascript :: dynamic folder import javascript 
Javascript :: What is the Difference between Undefined, undeclared, Null 
Javascript :: formarray patchvalue at index 
Javascript :: javascript url check 
Javascript :: javascript calculate time 
Javascript :: expressjs 
Javascript :: how to hide a input and label jquery 
Javascript :: js check if is array 
Javascript :: jquery table each rows with class 
Javascript :: js string times 
Javascript :: js addeventlistener 
Javascript :: import a script to my react componetn 
Javascript :: split decimal value in javascript 
Javascript :: vuex add multiple payload to mutation 
Javascript :: append child at the top 
Javascript :: nuxt axios middleware 
Javascript :: jquery open page in new tab 
Javascript :: jquery wait for all ajax requests to complete 
Javascript :: find capital word in string javascript 
Javascript :: how to disable keyboard input in javascript 
Javascript :: python json.dumps pretty print 
Javascript :: javascript falsy 
Javascript :: add an array to another array javascript 
Javascript :: react js marked import and use 
Javascript :: toast message angular 
Javascript :: http to https redirect express js 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =