Hi there, I'm Omar!
and it is my first DEV post.
the all of JavaScript~front-end~back-end (windows 7 user) users need to install latest version of nodejs...
actually we have two ways:
- use the latest version that supports windows 7
- or use this way... use the environments.
i have a 100%-guarantee way...
Continue with me:
-
first go to nodejs website.
Note
you need to download Windows Binary (.zip)
Extract .zip file in a desired directory like-Program Files or Program Files(x86)
Open Edit Environment variables for your account with search in windows start menu. open it.
in User variables for [% system username account %], click on New button.
add NODE_SKIP_PLATFORM_CHECK on Variable name.
use 1 on Variable value
in the end, press OK. again OK...
Note
for use in global, follow me:
- copy the extracted path of the nodejs .zip file.
- open again Edit Environment variables for your account but edit the PATH
- add the path in here with use ; in last character.
Try it
now open cmd or power-shell or any command prompt and type node -v... i told you... it works!!
and finally, enjoy the NodeJS and Npm with latest version right now...
Forgive me if I made a mistake.
Because I don't speak English. And I'm learning it.
Tnx u!
Top comments (0)