Quantcast
Viewing latest article 33
Browse Latest Browse All 42

Answer by Hamfri for sqllite3 install on node and macos give error

I struggled with this issue on Ubuntu 20.04, node version 14.5.0 until when i came across sqlite3 npm documentation. Simply execute the following commands if you are on Ubuntu 20.04:

  1. sudo apt-get install libsqlite3-dev
  2. Navigate to your project directory and then execute npm i sqlite3

Viewing latest article 33
Browse Latest Browse All 42

Trending Articles