[beagleboard] Re: Bonescript serial communication ttyO4

2014-05-04 Thread Chris Rogers
? Or it worked without editing the tree? On Saturday, November 9, 2013 11:12:00 PM UTC+5:30, Chris Rogers wrote: I am not sure if you are still having issues - but I got this example working : https://github.com/jadonk/bonescript/blob/master/test/test-serial.js To get that version

[beagleboard] Re: Bonescript serial communication ttyO4

2013-11-09 Thread Chris Rogers
I am not sure if you are still having issues - but I got this example working : https://github.com/jadonk/bonescript/blob/master/test/test-serial.js To get that version working, I had to do a few things: 1. you have to have python on your bone # opkg update # opkg install python-compiler

[beagleboard] Re: npm install bonescript Error

2013-11-09 Thread Chris Rogers
Hi all - I am running into the same problem - but the workaround does not seem to fix it. It gets me past the bad python call - but does not compile. Any insights? Thanks root@beaglebone:~# npm install bonescript --save npm http GET https://registry.npmjs.org/bonescript npm http 304

[beagleboard] Re: npm install bonescript Error

2013-11-09 Thread Chris Rogers
And I figured out my error... if you type: beaglebone# nano /usr/lib/node_modules/npm/node_modules/node-gyp/lib/configsre.js search for semver.lt and replace if (semver.gte(version, '2.5.0') semver.lt(version, '3.0.0')) { getNodeDir() } else {