Usman Sabuwala
Usman Sabuwala

Reputation: 900

I can't install node.js on Windows 7

I got a new machine with Windows 7 built-in and it is also activated. But when I tried to install node.js it gave me this prompt. It is 64-bit operating system

I have Windows 7 and it gives me this prompt

Is there a way I can install it or I should install Windows 10 then.

Upvotes: 3

Views: 5960

Answers (3)

MEET BHINGRADIYA
MEET BHINGRADIYA

Reputation: 57

How to Install node.js in windows 7 Lastest Version? Ans :

  1. Download Node.js.msi ver. 13.14.0
  2. Download Lastest version of nodejs zip form
  3. install node.js 13.14.0 version
  4. Go C:/nodejs delete all files from this folder
  5. Extract Lastest node.js zip format
  6. Restart Your Terminals or VsCode.

See Results

Note:

  1. Download Node.js LTS Version in Windows (Windows Binary (.zip))
  2. Before you Extract Delete All files in C:/nodejs folder
  3. You Not needs to Set Variables or other processes of installation.

Thanks You.

Upvotes: 1

user251929Fdantas
user251929Fdantas

Reputation: 324

Here i do this

Go to System-Properties (run: systempropertiesadvanced.exe), in Advanced tab, click Environment Variables.

Still on the System variables, click 'New', add name: NODE_PATH with value: C:\nodejs64\node_modules, and click OK. click 'New' again, add name: NODE_SKIP_PLATFORM_CHECK with value: 1, and click OK.

Click OK of all dialogs close.

Restart your machine, so explore and cmd will get the fresh set of variables.

Upvotes: 1

Douglas S
Douglas S

Reputation: 68

Apparently some newer versions don't support win 7, what you can do is try to download an older one like 10.14.2 LTS

Upvotes: 1

Related Questions