Hi,I have Beaglebone black with Debian 8.3 (Kernel 3.8.x) running on it. I update NodeJS on the board to v0.12.13. I am trying to install bonescript again. But I am having build errors.I also tried to install Bonescript with node v4.x and v5.x, but had same errors.Is it possible to install Bonescript along with latest node js versions?
Any suggestions on getting node-red-node-beaglebone to work with bonescript-0.5-beta3? I'm thrilled that all the bonescript examples in cloud9 IDE now work (analogwrite, analogRead, digitalRead, digitalWrite, & attachInterrupt) without errors or spurious error messages, but the node-red-node-beaglebone npm install fails.
Hi Robert,Thanks you. I works perfectly with node v0.12.I will try node v4.x/5.x also.
For me bonescript only works with node version 0.10!root@arm:~# node -vv0.10.32root@arm:~# npm -v1.4.28
Are the nodejs and npm for ARM versions numbered differently? or are they really this far behind the x86 versions?on Ubuntu 32-bit 16.04:nodejs -vv4.2.6From what I gather, I'm new at the nodejs stuff, 4.4.3 is the "current" stable LTS version. I've no appreciation of the consequences of these version differences beyond some feature used in sample code not being available in the version I'm trying it on :(npm -v3.5.2
Release | LTS Start | Maintenance Start | LTS End |
---|---|---|---|
v0.10 | (current) | 2015-10-01 | 2016-10-01 |
v0.12 | (current) | 2016-04-01 | 2017-04-01 |
v4.2.0 | 2015-10-01 | 2017-04-01 | 2018-04-01 |
v.Next | 2016-10-01 | 2018-04-01 |
Playing with some code snippets I've found on-line, I'm starting to develop an appreciation for nodejs. . .
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/3a11f217-2bf8-4236-baac-c87914fbf4d9%40googlegroups.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 beagleboard...@googlegroups.com.
On Tue, Apr 12, 2016 at 8:53 PM, Wally Bkg <wb666...@gmail.com> wrote:Any suggestions on getting node-red-node-beaglebone to work with bonescript-0.5-beta3? I'm thrilled that all the bonescript examples in cloud9 IDE now work (analogwrite, analogRead, digitalRead, digitalWrite, & attachInterrupt) without errors or spurious error messages, but the node-red-node-beaglebone npm install fails.
sudo sucd /root/.node-red/npm install --unsafe-perm --progress=false node-red-node-beaglebone#issues:i2c is broken...
--Robert Nelson
https://rcn-ee.com/