Skip to content

Commit

Permalink
Update WebConsole install instructions to remove yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveiraleo committed Feb 16, 2024
1 parent 280a6a9 commit 87892f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/guide/3-install-free5gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,12 @@ sudo systemctl disable ufw # prevents the firewall to wake up after a OS reboot

## D. Install WebConsole

1. Before building WebConsole, install nodejs and yarn packages first:
1. Before building WebConsole, install nodejs first:

```
sudo apt remove yarn cmdtest
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt update
sudo apt install -y nodejs yarn
sudo apt install -y nodejs
```

2. Build WebConsole
Expand Down

0 comments on commit 87892f4

Please sign in to comment.