how to solve the no such file or directory 'node'
hello, I am linux user and I use hyper as main terminal, recently I encountered a problem

this appears as soon as you install some theme or plugin, besides the themes and plugins were not working
to solve the problem of the plugins not working I went into the ~/.hyper_plugins folder and typed npm add . after that it started working again.
but the message still appeared so I noticed that in my root npm was not found

the same for node.
so I just installed it and it worked normally again so far, I decided to open this issue in case anyone else has this same problem,
Thanks for the solution to at least make the plugins work. However, when I go into ~/.hyper_plugins, I can run npm -v and node -v without issues. Any further suggestions?