You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.
We should stop using
npm i -g pm2 bower
, this could be dangerous in environments where multiple projects use different versions of these dependencies.This solution looks interesting:
$(npm bin)/pm2
But we need to make sure we use the right
node_modules
folder (i.e. the project one, not the one specific to a service).The text was updated successfully, but these errors were encountered: