Hello. I’m new with ionic. Why does Ionic need NodeJS to run?
If Node is server-side application
It needs NodeJS as part of the build toolchain, not when deployed. Think of it like a C compiler - you need one to transmute your source files into an object binary, but it isn’t needed to run the compiled app.