Failed apt-get update
prevents node being installed from NodeSource PPA
#36637
Labels
wrong repo
Issues that should be opened in another repository.
v10.19.0
Linux horizon 5.4.0-58-generic transform streams: unpipe or ignore future writes after .push(null) #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
What steps will reproduce the bug?
When trying to install a specific version by adding PAA, because of Node is trying to run
apt-get update
automatically, ifapt-get update
fails in any way, the installation is being interrupted.However, if I comment out the
apt-get update
commands innodesource_setup.sh
the output is:Then, if I run
sudo apt-get install nodejs
, it gets installed successfully:node -v # v14.15.3
How often does it reproduce? Is there a required condition?
When trying to install a new version of node and
apt-get update
fail.What is the expected behavior?
It might be not running
apt-get update
automatically as it seems it's not necessary for the installation.What do you see instead?
"Error executing command, exiting"
Additional information
I was following this tutorial.
The text was updated successfully, but these errors were encountered: