Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

pm2-service-install -n PM2-NEW-APP not working with Window Server 2019 #56

Closed
abhishekhingu opened this issue May 26, 2019 · 3 comments
Closed

Comments

@abhishekhingu
Copy link

When I run this command. process get stuck after first step.
I am running this command on window server 2019

@abhishekhingu abhishekhingu changed the title pm2-service-install -n PM2-NEW-APP pm2-service-install -n PM2-NEW-APP not working with Window Server 2019 May 26, 2019
@Schokojim
Copy link

Hello abhishekhingu, got the same problem. Found an issue, which solved it (#51):

just install

npm install -g pm2-windows-service

fix for win10/ server 2019

npm install -g npm-check-updates
cd %USERPROFILE%\AppData\Roaming\npm\node_modules\pm2-windows-service
ncu inquirer -u
npm install

now u can

pm2-service-install -n PM2

@HobaiRiku
Copy link

I think the inquirer should update in this repo, why not?
for who uses nvm, the global npm is not located at %USERPROFILE%\AppData\Roaming\npm.

@jon-hall
Copy link
Owner

Closing this as the package is now deprecated, users should migrate to pm2-installer.

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

No branches or pull requests

4 participants