Skip to content

Commit

Permalink
chore(docs): Update deploying-to-digitalocean-droplet (#30161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrumilp15 authored Mar 11, 2021
1 parent 74453f3 commit 03efc02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/deploying-to-digitalocean-droplet.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Follow these instructions for installs on an Ubuntu droplet.

```shell
sudo apt-get update
sudo apt-get install node
sudo apt-get install nodejs
```

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

```shell
node -v
nodejs -v
npm -v
```

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

Expand Down

0 comments on commit 03efc02

Please sign in to comment.