I have installed only Node.js 22 without any modules. When I open my bot, it starts loading Node.js 22 but then switches to Node.js 18. Why does this happen if I only installed version 22? Thanks for the clarification.
I createa server in Node.js and I want to run this function when it is called, and then do the task asynchronously in a seperate thread and browser and then return the result how can I do this ?