How to install node and npm
-
- Posts: 258
- Joined: Fri Jan 10, 2014 7:34 pm
How to install node and npm
Is it possible to install node and npm alongside apache and nginx without any configuration issues?
Re: How to install node and npm
This won't be a problem at all, you can configure your node apps to use a different port than Apache or Nginx.heihachi88 wrote:Is it possible to install node and npm alongside apache and nginx without any configuration issues?
-
- Posts: 258
- Joined: Fri Jan 10, 2014 7:34 pm
Re: How to install node and npm
Could you throw a step-by-step example?
Re: How to install node and npm
Do the install as per normal, and change the configuration not to use the same ports, then you can use nginx to do a reverse proxy to the port you want, I imagine.