mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
docs: fix npm to v6 (#41607)
This commit is contained in:
committed by
GitHub
parent
26228279d1
commit
8521823831
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user