Update install.md

main 22LTSand23
sir aieke the 9391913th 2024-11-02 09:36:24 +02:00
parent a0249cca8a
commit 8746123311
1 changed files with 11 additions and 22 deletions

View File

@ -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:** **For copy pasting:**
User variables: ### User variables:
Path, c:\node32 Path, c:\node32
System variables: ### System variables:
NODE_SKIP_PLATFORM_CHECK, 1 NODE_SKIP_PLATFORM_CHECK, 1
NODE_PATH, c:\node32\node_modules 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)