You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your bug
I am getting this issue always whenever I try to upgrade my node version using ubuntu command
'''
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/nodejs_19.9.0-deb-1nodesource1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
'''
Distribution Information:
OS: Ubuntu 20.04
Node Version:
Node: 14.17.xxx
Expected behavior
It needs to upgrade my nodejs version to 19+
Screenshots
The text was updated successfully, but these errors were encountered:
Explanation:
the downloaded file is saved in /var/cache/apt/archives/ file all you need to do now i forcefully install .deb package
manually, i was able to install version 18 LTS easily with this method
there is a slight change my command because I'm already in the /var/cache/apt/archives/ directory.
Describe your bug
I am getting this issue always whenever I try to upgrade my node version using ubuntu command
'''
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/nodejs_19.9.0-deb-1nodesource1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
'''
Distribution Information:
Node Version:
Expected behavior
It needs to upgrade my nodejs version to 19+
Screenshots
The text was updated successfully, but these errors were encountered: