nodejs7/install.md

32 lines
686 B
Markdown
Raw Permalink Normal View History

2024-11-02 00:36:24 -07:00
# Installation:
2024-07-23 17:05:18 -07:00
2024-11-02 00:36:24 -07:00
## Step 1: Download your prefered build from this repository, I'll download nodejs 21 for this tutorial
2024-07-23 17:05:18 -07:00
2024-11-02 00:36:24 -07:00
## Step 2: Extract your nodejs and rename the folder to "node32" if necesary, it's supposed to go into C: (CRUCIAL STEP!)
2024-07-23 17:05:18 -07:00
2024-11-02 00:36:24 -07:00
## Step 3: Go into control panel, navigate to "System"
2024-07-23 17:05:18 -07:00
2024-11-02 00:36:24 -07:00
## Step 4: Go into "Advanced system settings"
2024-07-23 17:05:18 -07:00
2024-11-02 00:36:24 -07:00
## Step 5: After that, go into "Enviorment Variables"
2024-07-23 17:05:18 -07:00
2024-11-02 00:36:24 -07:00
## Step 6: Add the following:
2024-07-23 17:05:18 -07:00
**For copy pasting:**
2024-11-02 00:36:24 -07:00
### User variables:
2024-07-23 17:05:18 -07:00
Path, c:\node32
2024-11-02 00:36:24 -07:00
### System variables:
2024-07-23 17:05:18 -07:00
NODE_SKIP_PLATFORM_CHECK, 1
NODE_PATH, c:\node32\node_modules
2024-11-02 00:36:24 -07:00
Step 7: Test it out
2024-07-23 17:05:18 -07:00
2024-11-02 00:36:24 -07:00
![image](https://git.randomserver.top/aiek/nodejs7/raw/branch/main/images/5.png)