On Wed, Nov 16, 2016 at 6:00 AM, William Hermans <[email protected]> wrote: > I think it may be wise to at least provide build instructions for 4.x. In > case something someone needs in addition to the packages you provide > are reasonably guaranteed to be usable. If not by one version but by > another.
We stopped building nodejs, we use the repo provided by nodesource: https://github.com/nodesource/distributions Our jessie images have had this enabled for most of the last year: deb https://deb.nodesource.com/node_0.12 jessie main #deb-src https://deb.nodesource.com/node_0.12 jessie main and upgrade to v6.x is just to change that too: deb https://deb.nodesource.com/node_6.x jessie main #deb-src https://deb.nodesource.com/node_6.x jessie main > Anyway I can provide build instructions for 4.2.6( from source ). It's > actually very easy. But as for NodeRED, and the rest . . . I have no hands > on. I do actually prefer using NPM to install the few packages I use. > Despite disliking NPM with a passion. I try to limit my NPM package installs > to Path, socket.io, and Express when at all possible. node-red takes about an hour on the bbb, it also needs 512MB of swap enabled, you can take a look at my script i use to pre-build the project into our deb package: https://github.com/rcn-ee/npm-package-node-red 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/CAOCHtYizyyUGt95zq97xC33PwMcNoCY97iQoiHgC1r%2B-5FM1wQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
