Snipa22 / nodejs-pool

Other
481 stars 421 forks source link

Correct method of updating Node Version in Pool #466

Closed BKdilse closed 5 years ago

BKdilse commented 5 years ago

I've been running Node v6.9.2 for a long time, and now need to update to v8.11.3.

Has someone done this on a NodeJS-Pool setup?

I've tried:

nvm install v8.11.3
nvm alias default v8.11.3

This installs fine, but leaves the system unusable. I'm guessing things like Path, PM2, etc. is broken

I did try messing about, re-installing bits, such as PM2, but still couldn't it working.