[beagleboard] Re: Working Out of Books/Seth

2016-10-18 Thread Mala Dies
*Hello...* Here are the *ERRORS: * - *This error was from running the software in the root directory as a superuser.* Option log level is not valid. Please refer to the README. Option browser client minification is not valid. Please refer to the README. Option browser client etag is not

[beagleboard] Re: Working Out of Books/Seth

2016-10-17 Thread Mala Dies
var app = require('http').createServer(handler); var io = require('socket.io').listen(app); var fs = require('fs'); var b = require('bonescript'); app.listen(1000); // socket.io options go here io.set('log level', 2); // reduce logging - set 1 for warn, 2 for info,3 for debug io.set('browser cl

[beagleboard] RE: Working Out of Books/Seth

2016-10-17 Thread Mala Dies
Hello, I am working out of a book. It is called "30 Beaglebone Black Projects for the Evil Genius." The author has a GitHub.com page online at https://github.com/ChristopherRush/BB-Evil-Genius. I am on Project16.js and Project16.html. I have gotten scores of error codes. I have been unsuccessf