I've had really good results with this: https://github.com/mark-webster/node-debian.git. But the last build I attempted on Wheezy, on a RevC BBB failed. The error was also rather cryptic, so I was unable to find a cure right off. The same version compiled just fine manually though . . .
On Fri, Apr 29, 2016 at 12:54 PM, Robert Nelson <[email protected]> wrote: > > > On Fri, Apr 29, 2016 at 2:50 PM, Wally Bkg <[email protected]> wrote: > >> So the question appears to become can this system be upgraded to node-js >> 0.12.x? >> > > Yeap, as root: > > wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - > > apt-get update > apt-get install apt-transport-https > > echo 'deb https://deb.nodesource.com/node_0.12 jessie main' > > /etc/apt/sources.list.d/nodesource.list > echo 'deb-src https://deb.nodesource.com/node_0.12 jessie main' >> > /etc/apt/sources.list.d/nodesource.list > > apt-get update > apt-get install nodejs > > > > >> If it can't, I can test my idea on the RPi2 or BBG and only put a new >> image on the BBW to run it where it "belongs" if it pans out. >> Physical accessibility of the BBW is less than convenient now that the >> hardware aspects of the project are complete and its been mounted in its >> permanent home, so if there is an apt-get or git pull type of solution I'd >> much prefer to give it a try first. >> > > > Regards, > > > -- > Robert Nelson > https://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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beagleboard/CAOCHtYiS%3DM0WC4gGKz4yqVKH-0gJ17QvXWqoEEveXMT66DftsQ%40mail.gmail.com > <https://groups.google.com/d/msgid/beagleboard/CAOCHtYiS%3DM0WC4gGKz4yqVKH-0gJ17QvXWqoEEveXMT66DftsQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORpVaobp9762OSWgLtX_pmHpkWb2QVWMFicL3LtXeNA_pg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
