From 85218238310c6a5876c8c47c114189dcf1dcc2ef Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Sat, 27 Mar 2021 05:49:48 +0100 Subject: [PATCH] docs: fix npm to v6 (#41607) --- docs/devops.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devops.md b/docs/devops.md index 5192f221c6..81051b0104 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -456,7 +456,7 @@ Provisioning VMs with the Code 2. Update `npm` and install PM2 and setup `logrotate` and startup on boot ```console - npm i -g npm + npm i -g npm@6 npm i -g pm2 pm2 install pm2-logrotate pm2 startup @@ -564,7 +564,7 @@ Provisioning VMs with the Code 2. Update `npm` and install PM2 and setup `logrotate` and startup on boot ```console - npm i -g npm + npm i -g npm@6 npm i -g pm2 npm install -g serve pm2 install pm2-logrotate