I followed:
Linux
In Ubuntu or similar distributions:
- Open your terminal and run
sudo apt-get install sqlite3
. Otherwise, use your distribution’s package managers.- Try typing in the command
sqlite3 newdb.sqlite
. If you’re presented with asqlite>
prompt, you’ve successfully created thesqlite3
command for your terminal. You can exit by typing.exit
in the prompt and pressing enter.
and was successful.
I followed the instructions for this project, but when it came to
To start your server, run
node server.js
. Refresh your browser to collect the information from the server.
I got an error. I think its from the require(‘sqlite3’), it can’t find it?? I downloaded sqlite3 successfully, so what is happening?