Answers for "npm install says youve held broken packages"

3

unable to correct problems you have held broken packages npm

# If you are getting unmet dependency issues this may help
# I got this issue while trying to install npm

sudo apt-get install aptitude
sudo aptitude install <package name>
Posted by: Guest on October-03-2021

Code answers related to "npm install says youve held broken packages"

Browse Popular Code Answers by Language