-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails on Deepin OS (LTS Version from official download site) #638
Comments
If you'd like to see this included, please issue a PR against our setup script to make the appropriate alias. If it looks good we'll merge it in. Thanks! |
I've made a pull request. Thanks! |
VERSION=node_14.x DISTRO="$(dpkg --status tzdata|grep Provides|cut -f2 -d'-')" echo "deb https://deb.nodesource.com/$VERSION $DISTRO main" | sudo tee /etc/apt/sources.list.d/nodesource.list echo "deb-src https://deb.nodesource.com/$VERSION $DISTRO main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add - sudo apt-get update sudo apt-get install nodejs |
My OS is Deepin 15.5, is Debian based: https://www.deepin.org/en/
When i run on terminal:
I get:
Thanks & Regards,
David OC
The text was updated successfully, but these errors were encountered: