Update install.md
This commit is contained in:
parent
a0249cca8a
commit
8746123311
33
install.md
33
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
|
||||
|
||||

|
||||
## 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"
|
||||
|
||||

|
||||
## Step 4: Go into "Advanced system settings"
|
||||
|
||||
Step 3: Go into control panel, navigate to "System"
|
||||
## Step 5: After that, go into "Enviorment Variables"
|
||||
|
||||

|
||||
## Step 6: Add the following:
|
||||
|
||||
Step 4: Go into "System Protection"
|
||||
|
||||

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

|
||||
|
||||
Step 6: Do what I did in the screenshot
|
||||
|
||||

|
||||
|
||||
**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
|
||||
|
||||

|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user