tagged [node.js]

Is there a way to compile node.js source files?

Is there a way to compile node.js source files? Is there a way to compile a [node.js](http://nodejs.org/) application?

10 Aug at 00:54

Command to remove all npm modules globally

Command to remove all npm modules globally Is there a command to remove all global npm modules? If not, what do you suggest?

17 Sep at 17:1

Where does npm install packages?

Where does npm install packages? Can someone tell me where can I find the Node.js modules, which I installed using `npm`?

12 Dec at 19:49

How to redirect 404 errors to a page in ExpressJS?

How to redirect 404 errors to a page in ExpressJS? I don't know a function for doing this, does anyone know of one?

29 May at 03:14

npm install vs. update - what's the difference?

npm install vs. update - what's the difference? What is the practical difference between `npm install` and `npm update`? When should I use which?

8 Mar at 17:6

How to create an HTTPS server in Node.js?

How to create an HTTPS server in Node.js? Given an SSL key and certificate, how does one create an HTTPS service?

What is the --save option for npm install?

What is the --save option for npm install? I saw some tutorial where the command was: What does the `--save` option mean?

20 Dec at 13:0

How is an HTTP POST request made in node.js?

How is an HTTP POST request made in node.js? How can I make an outbound HTTP POST request, with data, in node.js?

5 Mar at 02:35

What are express.json() and express.urlencoded()?

What are express.json() and express.urlencoded()? I cannot find any documentation on `express.json()` and `express.urlencoded()`. What do each of them do exactly?

21 Sep at 19:44

How to parse JSON using Node.js?

How to parse JSON using Node.js? How should I parse JSON using Node.js? Is there some module which will validate and parse JSON securely?

3 Aug at 10:22