Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use Nodejs with Windows 7? [closed]

I'm about to became insane looking for it, most of the examples shows only how to run it on linux terminal and just the communication with the server. Can someone PLEASE explain to me how I can use NodeJs (make it run and load whatever is needed) in Windows 7?

and PLEASE, how can I integrate it with my HTML5 code?

I really appreciate your answers

like image 382
Demetrio Avatar asked Mar 11 '13 04:03

Demetrio


People also ask

Does Nodejs support Windows 7?

JS. you can refer to old version of Node. JS here, you can also download this one, which is tested and working fine with Win7( win7 Ultimate v6. 1 SP1).

Does node JS 14 support Windows 7?

I wanted to install React Native on my Windows 7 PC, but to install React Native we need Nodejs 14 or above... But Nodejs 14 isn't supported for Windows 7...

Which node JS works on Windows 7?

It installs v13. 14.0 LTS. It seems that v13. 14.0 LTS is the last installer that works on Window 7.


1 Answers

From: http://dailyjs.com/2012/05/03/windows-and-node-1/

To download Node, go to nodejs.org, click “Download”, and click “Windows Installer”. This will give you a Windows Installer (MSI) file that will install Node and npm.

The article contains a hello world tutorial.

like image 110
Moak Avatar answered Oct 08 '22 05:10

Moak