docs: fix npm to v6 (#41607)

pull/41614/head
Oliver Eyton-Williams 2021-03-27 05:49:48 +01:00 committed by GitHub
parent 26228279d1
commit 8521823831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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