please how can I install NodeJS on my operating system. I have tried downloading it from their official website but it doesnt run due to the requirement. Is there another way to get it installed?
Asked
Active
Viewed 298 times
0
-
According to this: https://stackoverflow.com/a/37744818/1497533 , node v4 could work, since xp support was dropped in v6. : https://nodejs.org/en/download/releases/ – ippi Aug 11 '20 at 05:03
-
you could also try to install using [chocolatey](https://chocolatey.org/) or [nvm-windows](https://github.com/coreybutler/nvm-windows) but I would be surprised if this would allow you to install newer node-versions on winxp. – ippi Aug 11 '20 at 05:06