From 79609f8d4c2181422f3a099b971b5382c6021da7 Mon Sep 17 00:00:00 2001 From: aiek Date: Wed, 24 Jul 2024 03:05:18 +0300 Subject: [PATCH] Update 'install.md' --- install.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/install.md b/install.md index 7937c68..2055033 100644 --- a/install.md +++ b/install.md @@ -1 +1,42 @@ -g \ No newline at end of file +### Installation: + +Step 1: Download your prefered build from this repository, I'll download nodejs 21 for this tutorial + +![image](https://github.com/AiekDev/nodejs-win7/assets/145149166/1a66f42d-ab48-4e75-921b-edcea289c5a6) + +Step 2: Extract node32 into C: (CRUCIAL STEP!) + +![image](https://github.com/AiekDev/nodejs-win7/assets/145149166/e3c4b385-08f9-4c60-bd7d-a4ada6554879) + +Step 3: Go into control panel, navigate to "System" + +![image](https://github.com/AiekDev/nodejs-win7/assets/145149166/e6301e21-ac8a-4ca8-a7dc-8b59ab017c26) + +Step 4: Go into "System Protection" + +![image](https://github.com/AiekDev/nodejs-win7/assets/145149166/4ce5224e-b9e7-469d-a9e3-3229cb71b7c2) + +Step 5: After that, go into "Enviorment Variables" + +![image](https://github.com/AiekDev/nodejs-win7/assets/145149166/e970f8d3-e4a4-45ea-845e-4221a85fb9eb) + +Step 6: Do what I did in the screenshot + +![image](https://github.com/AiekDev/nodejs-win7/assets/145149166/ed7e2700-e478-4c3c-a35a-e0ea94f1648b) + +**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](https://github.com/AiekDev/nodejs-win7/assets/145149166/855094da-8901-4eba-8cb3-416046fb1bd8)