Skip to content

Commit 03efc02

Browse files
authored
chore(docs): Update deploying-to-digitalocean-droplet (#30161)
1 parent 74453f3 commit 03efc02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/deploying-to-digitalocean-droplet.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Follow these instructions for installs on an Ubuntu droplet.
3030

3131
```shell
3232
sudo apt-get update
33-
sudo apt-get install node
33+
sudo apt-get install nodejs
3434
```
3535

3636
3. Install npm
@@ -42,7 +42,7 @@ Follow these instructions for installs on an Ubuntu droplet.
4242
To view the version of Node.js and npm installed, run,
4343

4444
```shell
45-
node -v
45+
nodejs -v
4646
npm -v
4747
```
4848

@@ -57,7 +57,7 @@ Follow these instructions for installs on an Ubuntu droplet.
5757
> You can either exit and restart your terminal or refresh the cache by running the following commands:
5858
5959
```shell
60-
hash node
60+
hash nodejs
6161
hash npm
6262
```
6363

0 commit comments

Comments
 (0)