nodesource / distributions

NodeSource Node.js Binary Distributions
https://nodesource.com
MIT License
13.34k stars 3.07k forks source link

Error on Ubuntu 19.04 #992

Closed arpanpreneur closed 4 years ago

arpanpreneur commented 4 years ago

sudo -E bash setup_12.x

Installing the NodeSource Node.js 12.x repo...

Populating apt-get cache...

SuperSandro2000 commented 4 years ago

The apt source is https://deb.nodesource.com/node_13.x. Replace the 0 with an X.

igsu commented 4 years ago

@ArpanKIIT2017 Ubuntu Eoan Ermine is currently supported. As mentioned by @SuperSandro2000 you are using the wrong URL. Using https://deb.nodesource.com/node_13.x should solve the issue.