rawberg / connect-sqlite3

SQLite3 session store for connect and express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install sqlite3

geekingfrog opened this issue · comments

When installing the package, it fails to install sqlite3 with node-waf: command not found. Is there any reason you're referencing github directly in the dependency and not npm? I cloned and linked the repo and it work if the sqlite dependency line is replaced with "sqlite3": "^3.0.4".

this has been resolved by PR #7 and npm has been updated.