简体   繁体   中英

trying to install pm2 via npm -g but not installed after finished

When we try and install pm2 it doesnt show any pertidular errors, but its not available afterwards.

npm install pm2 -g

npm WARN install Could't install optional dependency: Unsupported
C:\c\Users\westd\.node\pm2-dev -> C:\c\Userswestd\.node\node_modules\pm2\bin\pm2-dev
C:\c\Users\westd\.node\pm2 -> C:\c\Userswestd\.node\node_modules\pm2\bin\pm2
npm WARN install Couldn't install optional dependency: Unsupported
C:\c\Users\westd\.node\pm2 -> C:\c\Users\westd\.node\node_modules\pm2\bin\pm2
C:\c\Users\westd\.node\pm2-dev -> C:\c\Users\westd\.node\node_modules\pm2\bin\pm
2-dev
C:\c\Users\westd\.node
└─┬ pm2@1.0.0
 └── ikt@0.0.0  (git+http://ikt.pm2.io/ikt.git#3325a3e39a502418dc2e2e4bf21529cb
bde96228)

then i try and run pm2, and it doesn't exist??

help needed?

the problem was that the config file had been set with a weird location, so it was installing to C:/c/users/me .....

we altered this and it worked correctly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM