Can we run Appium without Node.js installation for Android app on Windows 10

My appium was running perfect on my machine until I upgraded my system to Windows 10.
I set all the environmental variable from previous system.
Now the issue is I am not able to open SDK manager from eclipse.
And when running scripts from eclipse it’s showing that Android_home is not set though it is set perfectly.
I didn’t installed Node.Js that I installed previously.
What could be the reason?

You probably need to set the environment variables in Eclipse itself. It doesn’t always read the system environment variables by default:

Thanks for the reply.
However, somehow it worked by pointing to the previous android SDK folder