I was searching for an answer to that same problem and found your post. After looking for a while, I decided to install the only available version of npm(server) I could find (4.2.something) using
zypper install nodejs-semver After that, I chose to ignore dependencies while installing npm with zypper (solution 2). I used npm to install a module and had no problems at all. The only difference is that I am on OpenSUSE 13.2. Best regards El jueves, 16 de abril de 2015, 6:16:13 (UTC-7), Matthew Ngaha escribió: > > my installation of nodejs doesn't include npm. I tried to install npm > separately but get an error message. > > Problem: nothing provides npm(semver) < 4.1 needed by npm-2.1.3-9.1.noarch > Solution 1: do not install npm-2.1.3-9.1.noarch > Solution 2: break npm-2.1.3-9.1.noarch by ignoring some of its > dependencies > > Choose from above solutions by number or cancel [1/2/c] (c): c > > I'm on opensuse 13.1. Any ideas what I can do? > > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/c2cb9be9-73af-4ba4-a256-73bdd5b1e8df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
