silentboatman

Results 4 comments of silentboatman

The lock button works fine for me. I'm running firefox 38.0.1 on Arch (x86_64). Do you have any addons enabled?

Ok. Let me know what errors you get, and I'll see if I can reproduce them.

hmm ok. Looks like [this](https://forums.openshift.com/node-sqlite3-module-fails-to-install) issue and [this](https://bugzilla.redhat.com/show_bug.cgi?id=842281) bug report. If you got the same error, it should have been fixed (according to the links) in nodejs-0.8.. What node.js version...

Hi! To see if it's the same issue I had, you do this. Open `package.json` and change this row: `"sqlite3": "~2.1.1"` to this: `"sqlite3": "~3.0.x"` And then you can try...