About 1,310,000 results
Open links in new tab
  1. How to run a hello.js file in Node.js on windows?

    381 I am trying to run a hello world program written in javascript in a separate file named hello.js Currently running windows version of node.js. The code runs perfectly in console window but how do …

  2. node.js - Run JavaScript in Visual Studio Code - Stack Overflow

    Aug 3, 2015 · Is there a way to execute JavaScript and display the results using Visual Studio Code? For example, a script file containing: console.log('hello world'); I assume that Node.js would be …

  3. How to run server written in js with Node.js - Stack Overflow

    Jan 4, 2013 · How to run server written in js with Node.js Asked 12 years, 11 months ago Modified 5 years, 10 months ago Viewed 129k times

  4. node.js - How to install NodeJS LTS on Windows as a local user …

    May 4, 2016 · Download the node.js LTS binary for Windows and extract it to your desired location Add the path of the nodejs folder to the PATH environment variable: (Shortcut winkey+R and enter: …

  5. node.js - Node - how to run app.js? - Stack Overflow

    I am very new to Node.js and I tried to run a project (made by other developer) by having a command in terminal node app.js. But I encountered below error, do you have any idea how to run this proj...

  6. How to execute a hello world javascript file in node.js

    Alternatively, use sublime editor, and install a node js build system, and just open the file you want to run, and press the build shortcut, getting the output in the console.

  7. How can I run multiple npm scripts in parallel? - Stack Overflow

    "dev": "npm run start-watch && npm run wp-server" ... but that will wait for start-watch to finish before running wp-server. How can I run these in parallel? Please keep in mind that I need to see the output …

  8. How to make a node.js application run permanently?

    How to make a node.js application run permanently? Asked 13 years, 2 months ago Modified 3 years, 7 months ago Viewed 398k times

  9. Running Node.Js on Android - Stack Overflow

    Is there a way to run a node.js application (a server in my case) on an Android device? if you're wondering why I'd want this: I made a WebApp with a Node.Js server and I now want a version you …

  10. How to install node.js as windows service? - Stack Overflow

    May 11, 2012 · I have downloaded node.js executable. How can I run that executable as windows service? I cannot use standard node.js installer, since I need to run multiple version of node.js …