May be dumb question - why is Node installed?
-
If apache /nginx are doing the web server work, what is Node doing here?
Or is Laragon an all purpose setup that serves PHP/Python projects under apache/nginx and JS projects under Node ?
So one wouldn't use both together?
-
@anothername : Node is very powerful when working with frontend stuffs. Instead of downloading packages manually, you can run
npm install
to install packages and all dependencies.
-
Ah ok thanks