kartikey54 / VaccineAvailabilityNotifier

534 stars 334 forks source link

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

Open manishsgaikwad opened 3 years ago

manishsgaikwad commented 3 years ago

''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 commented 3 years ago
  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
imshinto commented 3 years ago

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

tejas-2232 commented 3 years ago

''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?