Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forever: command not found after install forever monitor in my local project #148

Open
HarryF514 opened this issue Jun 17, 2017 · 2 comments

Comments

@HarryF514
Copy link

after run:

npm install forever-monitor --save

I can't run forever globally. It shows

-bash: forever: command not found

I am using mac os 10.11.6

@cmmartin
Copy link

Forever monitor is for use in node. Meaning within a javascript file that you run with node filename.js. If you want to run forever on the command line, you should install the command line version...

npm install forever -g

@andreyshedko
Copy link

andreyshedko commented Sep 25, 2019

Probably you need to use the full path to forever instance - sudo /home/andreyshedko/.npm-global/bin/forever list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants