Distributions: Please add support for Deepin 20 Beta

Created on 15 Aug 2020  Â·  2Comments  Â·  Source: nodesource/distributions

Trying with

curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -

But getting

## Confirming "n/a" is supported...

+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/n/a/Release'

## Your distribution, identified as "n/a", 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

Most helpful comment

sudo curl -sL https://deb.nodesource.com/setup_lts.x -o nodesource_setup.sh

将nodesource_setup.sh中 DISTRO=$(lsb_release -c -s) 修改为 DISTRO=stable

sudo bash nodesource_setup.sh
sudo apt-get install -y nodejs
node -v

All 2 comments

sudo curl -sL https://deb.nodesource.com/setup_lts.x -o nodesource_setup.sh

将nodesource_setup.sh中 DISTRO=$(lsb_release -c -s) 修改为 DISTRO=stable

sudo bash nodesource_setup.sh
sudo apt-get install -y nodejs
node -v

Thank you so much it's easy

Was this page helpful?
0 / 5 - 0 ratings

Related issues

timofey-retailnext picture timofey-retailnext  Â·  5Comments

MichaelBitard picture MichaelBitard  Â·  4Comments

jtyr picture jtyr  Â·  4Comments

wolfitis picture wolfitis  Â·  4Comments

chrisportela picture chrisportela  Â·  3Comments