Created
July 5, 2020 07:23
-
-
Save jsdecena/d7212bff69fb10fc8f5e41ace8f07a3f to your computer and use it in GitHub Desktop.
Simple TDD in Nodejs error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Knex: run | |
$ npm install sqlite3 --save | |
Error: Cannot find module 'sqlite3' | |
Require stack: | |
- /home/jsdecena/codes/adonis/node_modules/knex/lib/dialects/sqlite3/index.js | |
- /home/jsdecena/codes/adonis/node_modules/knex/lib/index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment