houdini
houdini copied to clipboard
[BUG] deployment error
Description
getting error
root@xxxxxxx:~# curl -sL https://deb.nodesource.com/setup_14.x | bash -
Installing the NodeSource Node.js 14.x repo...
Populating apt-get cache...
- apt-get update Hit:1 http://ie.archive.ubuntu.com/ubuntu focal InRelease Get:2 http://ie.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:3 http://ie.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] Get:4 http://ie.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:5 https://deb.nodesource.com/node_14.x focal InRelease Hit:6 https://dl.yarnpkg.com/debian stable InRelease Fetched 328 kB in 15s (22.4 kB/s) Reading package lists... Done
Confirming "focal" is supported...
- curl -sLf -o /dev/null 'https://deb.nodesource.com/node_14.x/dists/focal/Release'
Adding the NodeSource signing key to your keyring...
- curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null
Creating apt sources list file for the NodeSource Node.js 14.x repo...
- echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x focal main' > /etc/apt/sources.list.d/nodesource.list
- echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x focal main' >> /etc/apt/sources.list.d/nodesource.list
Running apt-get update for you...
- apt-get update Hit:1 http://ie.archive.ubuntu.com/ubuntu focal InRelease Get:2 http://ie.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:3 http://ie.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] Get:4 http://ie.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:5 https://dl.yarnpkg.com/debian stable InRelease Ign:6 https://deb.nodesource.com/node_14.x focal InRelease Err:7 https://deb.nodesource.com/node_14.x focal Release Cannot initiate the connection to deb.nodesource.com:443 (2a02:26f0:8f::17d4:6c7e). - connect (101: Network is unreachable) Cannot initiate the connection to deb.nodesource.com:443 (2a02:26f0:8f::17d4:6c61). - connect (101: Network is unreachable) Reading package lists... Done E: **
The repository 'https://deb.nodesource.com/node_14.x focal Release' no longer has a Release file.
** N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. Error executing command, exiting
I will try to deploy node 14 and npm differently
thanks
Thanks for submitting your first issue to Houdini!
Hey @Jeanbaptiste76, welcome to Houdini!
That's very odd. What operating system are you running this on?
Hi Ubuntu server 20.04 Thanks, Jean