-
Node Knockout 2013 Soundtrack
I’m taking part in Node Knockout this year, which is a 48-hour team competition to make the best node.js based web-app you can make! I decided to put together a soundtrack in advance so I have music to listen to for the entire 48-hour developing insanity! (I don’t plan on sleeping!) Feel free to comment […]
-
node.js node-sqlite3 error
I got this wonderful error when setting up CRUD functions on a little node project I’m working on: { [Error: SQLITE_RANGE: bind or column index out of range] errno: 25, code: ‘SQLITE_RANGE’ } Here is the code that caused the error: var row_update = function(index, name, password, comment, callback) { var update = db.prepare(“UPDATE workers […]