a full nodejs backport for windows vista+
 
Go to file
Admin 415e0bd368 Upload files to 'images' 2024-07-24 02:44:17 +03:00
images Upload files to 'images' 2024-07-24 02:44:17 +03:00
README.md Update 'README.md' 2024-07-24 02:36:08 +03:00
backport.md Add 'backport.md' 2024-07-24 02:37:46 +03:00

README.md

Nodejs - Windows 7+ backport

Finally, windows 7 holdouts like you and me can enjoy nodejs on this "obsolete" and "obscure" operating system..!

image

Backporting:

Learn more here

Installation:

Step 1: Download your prefered build from this repository, I'll download nodejs 21 for this tutorial image

Step 2: Extract node32 into C: (CRUCIAL STEP!) image

Step 3: Go into control panel, navigate to "System"

image

Step 4: Go into "System Protection" image

Step 5: After that, go into "Enviorment Variables" image

Step 6: Do what I did in the screenshot

image

For copy pasting:

User variables:

Path, c:\node32

System variables:

NODE_SKIP_PLATFORM_CHECK, 1

NODE_PATH, c:\node32\node_modules

Step 7: Go into CMD, and test it out!

image