diff --git a/install.md b/install.md index 2055033..cecba0a 100644 --- a/install.md +++ b/install.md @@ -1,42 +1,31 @@ -### Installation: +# Installation: -Step 1: Download your prefered build from this repository, I'll download nodejs 21 for this tutorial +## 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 your nodejs and rename the folder to "node32" if necesary, it's supposed to go into C: (CRUCIAL STEP!) -Step 2: Extract node32 into C: (CRUCIAL STEP!) +## Step 3: Go into control panel, navigate to "System" -![image](https://github.com/AiekDev/nodejs-win7/assets/145149166/e3c4b385-08f9-4c60-bd7d-a4ada6554879) +## Step 4: Go into "Advanced system settings" -Step 3: Go into control panel, navigate to "System" +## Step 5: After that, go into "Enviorment Variables" -![image](https://github.com/AiekDev/nodejs-win7/assets/145149166/e6301e21-ac8a-4ca8-a7dc-8b59ab017c26) +## Step 6: Add the following: -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: +### User variables: Path, c:\node32 -System variables: +### System variables: NODE_SKIP_PLATFORM_CHECK, 1 NODE_PATH, c:\node32\node_modules -Step 7: Go into CMD, and test it out! +Step 7: Test it out -![image](https://github.com/AiekDev/nodejs-win7/assets/145149166/855094da-8901-4eba-8cb3-416046fb1bd8) +![image](https://git.randomserver.top/aiek/nodejs7/raw/branch/main/images/5.png)