diff --git a/docs/devops.md b/docs/devops.md index 68dca48f68..bbe9507773 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -563,7 +563,7 @@ Provisioning VMs with the Code 2. Update `npm` and install PM2 and setup `logrotate` and startup on boot ```console - npm i -g npm@6 + npm i -g npm@8 npm i -g pm2 npm install -g serve pm2 install pm2-logrotate