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

''pm2' is not recognized as an internal or external command #22

Open
manishsgaikwad opened this issue May 2, 2021 · 3 comments · May be fixed by #39 or #72
Open

''pm2' is not recognized as an internal or external command #22

manishsgaikwad opened this issue May 2, 2021 · 3 comments · May be fixed by #39 or #72

Comments

@manishsgaikwad
Copy link

''pm2' is not recognized as an internal or external command.
Got this error on windows 10 20H@.

Installed it globally which fixed the issue.

npm install pm2 -g

@padmajan87
Copy link

padmajan87 commented May 3, 2021

  1. npm i pm2 -g -s
  2. Go to powershell and type following command:
    set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  3. Then check using following command: Get-ExecutionPolicy
    o/p : RemoteSigned
  4. Then go ahead and type following command: pm2 start vaccineNotifier.js

@msvamp msvamp linked a pull request May 3, 2021 that will close this issue
@j-tesla j-tesla linked a pull request May 7, 2021 that will close this issue
@imshinto
Copy link

Had same issue on mac. Installed it globally which fixed it .

@tejas-2232
Copy link

''pm2' is not recognized as an internal or external command.
Got this error on windows 10 20H@.

Installed it globally which fixed the issue.

npm install pm2 -g

I think we can close this issue now.

what you say?

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