SQLite install
Hi. I'm trying to use SQLite and NodeJS, but the first error I got was in setup. I tried installing "npm install sqlite3 --build-from-source=sqlite3" and after that, when I tried to run "root/# sqlite3" I got "-bash: sqlite3: command not found".
I also tried installing "npm install node-pre-gyp -g", but it didn't work yet.
What am I doing wrong? Or what is missing?
|