Re: [beagleboard] Re: npm install bonescript Error

2014-01-10 Thread Jason Kridner
Not sure why that, but I've found a newer work-around to the original problem that avoids editing configure.js: TERM=dumb npm install -g bonescript On Thu, Jan 9, 2014 at 1:34 PM, joshpelt...@gmail.com wrote: I know that this is an old thread now, but I had the same problems, followed this

[beagleboard] Re: npm install bonescript Error

2014-01-09 Thread joshpeltier
I know that this is an old thread now, but I had the same problems, followed this solution and now I am getting an error about node-gyp failing to import module filecmp. Any ideas? Thanks, Josh On Wednesday, June 19, 2013 8:41:01 AM UTC-5, Jason Kridner wrote: B, I got tired of looking for

[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 {