Closed Fdawgs closed 2 years ago
Without the newlines the commands were all being ran on the same line as if they were a single command, so npm i was also trying to install sudo apt-get install -yqq libpq-dev postgresql-client
npm i
sudo apt-get install -yqq libpq-dev postgresql-client
makes sense ;)
Without the newlines the commands were all being ran on the same line as if they were a single command, so
npm i
was also trying to installsudo apt-get install -yqq libpq-dev postgresql-client
Checklist