Hmm, odd. I followed the "how to from source" instructions from the git repo for Node, and it mentions that npm is now part of the Node.js build now. When I did get a workign build, sure enough npm was already installed. Those instructions as is did not work, but was very close( required some MAKE switch for ARM I'd have to read my notes to remember ). Oddly enough I found information on this switch from armhf's dated instructions . . . worked like a charm.
On Mon, Jun 16, 2014 at 7:04 PM, Robert Nelson <[email protected]> wrote: > On Mon, Jun 16, 2014 at 9:00 PM, William Hermans <[email protected]> > wrote: > > Which version of Node.js is the Debian image using that does not include > npm > > ? I've never used the prebuilt Debian image but have built my own, and > > compile node.js from source ( also not the absolute latest ) but > apparently > > new enough to include npm. I want to say 0.10.6 but I'd have to find and > > read my notes to be sure. > > debian's nodejs package: > > --without-npm > > > http://anonscm.debian.org/gitweb/?p=collab-maint/nodejs.git;a=blob;f=debian/rules;h=5ec9a29124f0b4f2171879511d22a3fe1de13795;hb=HEAD#l29 > > > Whereas they maintain a 2nd package for npm.. > > http://packages.qa.debian.org/n/npm.html > > Regards, > > -- > Robert Nelson > http://www.rcn-ee.com/ > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
