Skip to content

Commit

Permalink
Removes the command to switch back to NodeJS v12 in install free5gc page
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveiraleo committed Sep 26, 2023
1 parent 599c6b2 commit 9364817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/guide/3-install-free5gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ sudo apt remove cmdtest
sudo apt remove yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt update
sudo apt install -y nodejs yarn
```
Expand Down

0 comments on commit 9364817

Please sign in to comment.