Estoy tratando de instalar nodejs y npm, sin embargo, falla. Esta es mi terminal:
sudo apt-get install nodejs npm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nodejs : Conflicts: npm
E: Unable to correct problems, you have held broken packages.
¿Qué hacer? Estoy un poco perdido :(
1
¿Qué versión de Ubuntu? Estoy en 13.04 y funciona bien.
—
Eric Carvalho
12.04 LTS es la versión.
—
user809829
La respuesta de Oli funcionó para mí. Más bien, lo que dijo era cierto para mí, que era que ya tenía npm (desde la instalación de nodejs desde los repositorios) y no necesitaba instalar npm por separado. Escribo esto como respuesta porque no puedo votar su respuesta (que requiere 15 reputación) ni puedo comentar sobre su respuesta (¡requiere 50!).
—
Devesh