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 :: javascript make element invisible 
Javascript :: jquery add td to tr dynamically 
Javascript :: expo ignore warnings 
Javascript :: random word generator from alphabets javascript 
Javascript :: angular formarray remove all 
Javascript :: clear canvas for redrawing 
Javascript :: adonis hook 
Javascript :: reactjs firebase where map value 
Javascript :: javascript unique array of objects by property 
Javascript :: pass array of strings to match in str.replace 
Javascript :: vue htmlWebpackPlugin.options.title 
Javascript :: javascript loop through object example 
Javascript :: save list of dictionaries to json python 
Javascript :: javascript regex url 
Javascript :: public class NameOf { public static String nameof<T(Expression<Func<T name) { MemberExpression expressionBody = (MemberExpression)name.Body; return expressionBody.Member.Name; } } 
Javascript :: getting data from firestore using async await 
Javascript :: this.$router.push nuxt 
Javascript :: replace current uri react router 
Javascript :: document is not defined javascript in nuxt js 
Javascript :: React Native BUILD FAILED on run-ios 
Javascript :: motify react native 
Javascript :: how to get the nth child of dom js 
Javascript :: set focus on input field javascript 
Javascript :: js append class 
Javascript :: how to truncate string in javascript 
Javascript :: scroll to top in jquery 
Javascript :: js union arrays 
Javascript :: react native portrait only 
Javascript :: vscode prettier use tabs 
Javascript :: redirect to homepage javascript 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =