-
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
Debian 11 only installs v12.22.5 #1370
Comments
No issue here.
tells you? |
nodejs: |
I needed a newer version of node and wanted to make sure that it's updated through apt so I setup what I needed on Ubuntu instead and thought I'd report what I was finding on Debian. I would be happy to try again but I suspect I'd see similar to what redward posted above. |
I just met and solved the problem on my Debian 11. It turned out that the script exited after running After solving the problem, it just worked well. Hope this info helps. |
Debian 11 is currently supported and any issue during its installation is related to the environment and the network in which the installation is being carried out. Similar issues with installations on subsystems and behind proxies: #1002 #947 #904 #9 and many more. It's not a problem related to distributions or compatibility, but to the proxy setup. |
After adding the nodesource repo according to the instructions provided here for Debian 11 the version that is still installed is v12.22.5, which is the default version that gets installed without the nodesource repo.
Am I missing something or we just not able to install latest versions with apt at the moment for whatever reason?
The text was updated successfully, but these errors were encountered: