sequelize dependency error 'Please install sqlite3 package manually'
See original GitHub issueGot this error.
/Users/corto/mega/MyApp/node_modules/sequelize/lib/dialects/sqlite/connection-manager.js:24
throw new Error('Please install sqlite3 package manually');
^
Error: Please install sqlite3 package manually
at new ConnectionManager (/Users/corto/mega/MyApp/node_modules/sequelize/lib/dialects/sqlite/connection-manager.js:24:11)
at new SqliteDialect (/Users/corto/mega/MyApp/node_modules/sequelize/lib/dialects/sqlite/index.js:12:28)
at new Sequelize (/Users/corto/mega/MyApp/node_modules/sequelize/lib/sequelize.js:233:18)
at Object.<anonymous> (/Users/corto/mega/MyApp/build/webpack:/data/sequelize.js:13:19)
at __webpack_require__ (/Users/corto/mega/MyApp/build/webpack:/webpack/bootstrap 6d1086b2a4d5e521e79e:19:1)
at Object.module.exports.Object.defineProperty.value (/Users/corto/mega/MyApp/build/webpack:/data/models/index.js:10:1)
at __webpack_require__ (/Users/corto/mega/MyApp/build/webpack:/webpack/bootstrap 6d1086b2a4d5e521e79e:19:1)
at Object.<anonymous> (/Users/corto/mega/MyApp/build/webpack:/core/passport.js:18:1)
at __webpack_require__ (/Users/corto/mega/MyApp/build/webpack:/webpack/bootstrap 6d1086b2a4d5e521e79e:19:1)
at Object.<anonymous> (/Users/corto/mega/MyApp/build/webpack:/server.js:21:1)
at __webpack_require__ (/Users/corto/mega/MyApp/build/webpack:/webpack/bootstrap 6d1086b2a4d5e521e79e:19:1)
at /Users/corto/mega/MyApp/build/webpack:/webpack/bootstrap 6d1086b2a4d5e521e79e:39:1
at Object.<anonymous> (/Users/corto/mega/MyApp/build/webpack:/webpack/bootstrap 6d1086b2a4d5e521e79e:39:1)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
OSX 10.11 x64 No matter - node v4 or v5 still got this error
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:42 (1 by maintainers)
Top Results From Across the Web
ERROR: Please install sqlite3 package manually #11174
I initialized sequelize sequelize init and corrected config/config.json with data to connect to my sqlite db.
Read more >Error: Please install sqlite3 package manually (Example)
In case someone gets this error. After following the instructions twice and getting stuck. and not getting the 'development.db' file created ...
Read more >ERROR: "Please install sqlite3 package manually" when I ...
First install sequelize-cli globally. sudo npm install -g sequelize-cli. Then use the following ...
Read more >Freshworks SDK (fdk) not getting installed throwing sqlite3 ...
Facing issues while installing the Freshdesk SDK (fdk), it asks to install sqlite3 package manually, upon installing it globally, ...
Read more >Throw new Error(Please install ${moduleName} package ...
I'm trying to install it , but this says ( some of my errors , I can't type the ... sequelize dependency error...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Citation from nodejs.org blog for v6.0.0
Does this help?
After firing this command : npm rebuild
No, It’s working fine.