Thanks for your work. I wanted to upgrade docker image from melodic to noetic. However, facing error curl -sL https://deb.nodesource.com/setup_8.x | bash -' . Could you please suggested me how to build the same in noetic.
## Installing the NodeSource Node.js 8.x LTS Carbon repo...
## Populating apt-get cache...
+ apt-get update
Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:5 http://packages.ros.org/ros/ubuntu focal InRelease
Reading package lists...
## Confirming "focal" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_8.x/dists/focal/Release'
## Your distribution, identified as "focal", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support
The command '/bin/sh -c apt update && apt install -y curl && curl -sL https://deb.nodesource.com/setup_8.x | bash -' returned a non-zero code: 1
Thanks for your work. I wanted to upgrade docker image from melodic to noetic. However, facing error
curl -sL https://deb.nodesource.com/setup_8.x | bash -'
. Could you please suggested me how to build the same in noetic.