I installed sqlite3 like this: npm install sqlite3
It succeded without any errors. Now, if I want to execute sqlite, I get the Following Exception:

It says "'module' is undefined". Am I missing something? I tried the exact same thing on OpenSUSE and it worked as expected.