Skip to content

Commit

Permalink
Installing nodejs with apt is a bad idea and uses a very old version
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Boyles <[email protected]>
Co-authored-by: David Alvarado <[email protected]>
  • Loading branch information
sethboyles and dalvarado committed Oct 26, 2022
1 parent 3166f5e commit 41c934a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install-scripts/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ sudo apt install -y \
mysql-server \
postgresql \
python-pip \
python-setuptools \
nodejs \
yarn
python-setuptools

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - &&\
sudo apt-get install -y nodejs yarn


# fun dependencies
Expand Down

0 comments on commit 41c934a

Please sign in to comment.