@aaP_kate.kun69#20980 Hello, at present, PM2 manager only obtains stable version of nodejs. If you want to install the test version of nodejs, you can use NVM command to install it yourself
Example:
nvm install 15.1
nvm use --delete-prefix 15.1
nvm alias default 15.1
npm install pm2 -g
报错 笔记