Mindera/pm2-cookbook

Question: Installing without nodejs dependency

vernak2539 opened this issue · 2 comments

I was wondering if there was a way to use this cookbook without the nodejs dependency. I'm using the nvm cookbook to install node and would like to install pm2 for the version of node I designated there. Any ideas?

It isn't possible at it is, but it should be trivial to have a feature guard to enable/disable the installation of node system wise.

Let me get #20 merged first (because it heavily changes the way the runtime and node packages are installed) and I'll have a stab at this.

Amazing! Thanks @miguelcnf