I am using Windows XP and using Sublime Text 3 build 3126. I'd like to use the SublimeLinter framework with it, but they are listing NodeJS as a dependency. How can I ensure that NodeJS is available on my system path?
-
Possible duplicate of [Node.js doesn't recognize system path?](http://stackoverflow.com/questions/8768549/node-js-doesnt-recognize-system-path) – DarkHorse Dec 14 '16 at 23:41
-
No, I haven't set the path yet. So the system, of course, didn't recognize it. – GameCoder Dec 14 '16 at 23:48
-
https://www.google.ca/search?q=how+to+set+the+path+on+windows+xp – OdatNurd Dec 15 '16 at 02:56
-
https://www.google.ca/search?q=what+is+the+latest+version+of+windows+xp – OdatNurd Dec 15 '16 at 02:57
-
so its time to change bro – Adiii Dec 15 '16 at 03:07
-
I did it using the environment variable after trying to post it about a bunch times in to the command line. – GameCoder Dec 15 '16 at 14:59
1 Answers
Prevent node from running and installing on Windows Vista or earlier.
Windows XP and Vista are no longer supported
Launching the msi, with Windows Installer 5.0 (it's available as an update)
Launching the msi, with Windows Installer < 5.0
What about Node.js v0.10 and v0.12?
If you're still currently using Node.js v0.10 or v0.12, it is time to begin the transition to v4 or v6. Both v0.10 and v0.12 are considered to be in Maintenance mode currently and will fall off our support plan completely later this year.
What about Node.js v5?
Node.js v5 will continue to be supported for the next two months in order to give developers currently using v5 time to transition to Node.js v6.
if you still want to proceed with xp setting the environment see this link
Setting up HTTP server on Windows with Node.js
find about latest version here

- 54,482
- 7
- 145
- 148