echobom / notes

MIT License
0 stars 0 forks source link

curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - #2

Open echobom opened 2 years ago

echobom commented 2 years ago
## Confirming "bionic" is supported...

+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_14.x/dists/bionic/Release'

## Your distribution, identified as "bionic", 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

use proxy to solve the problem

export http_proxy=192.168.1.1:8000
export https_proxy=192.168.1.1:8000