Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please install sqlite3 package manually on rpi3 #40

Open
andreescocard opened this issue Aug 19, 2019 · 0 comments
Open

Please install sqlite3 package manually on rpi3 #40

andreescocard opened this issue Aug 19, 2019 · 0 comments

Comments

@andreescocard
Copy link

When i try to install:

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.0/node-v67-linux-arm.tar.gz
node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v67 ABI, glibc) (falling back to source compile with node-gyp)

When i run:

Error: Please install sqlite3 package manually
[1] at ConnectionManager._loadDialectModule (/home/pi/instapy-dashboard/node_modules/sequelize/lib/dialects/abstract/connection-manager.js:81:15)
[1] at new ConnectionManager (/home/pi/instapy-dashboard/node_modules/sequelize/lib/dialects/sqlite/connection-manager.js:22:21)
[1] at new SqliteDialect (/home/pi/instapy-dashboard/node_modules/sequelize/lib/dialects/sqlite/index.js:14:30)
[1] at new Sequelize (/home/pi/instapy-dashboard/node_modules/sequelize/lib/sequelize.js:320:20)
[1] at Object. (/home/pi/instapy-dashboard/src/services/routes.js:9:19)
[1] at Module._compile (internal/modules/cjs/loader.js:723:30)
[1] at Object.Module._extensions..js (internal/modules/cjs/loader.js:734:10)
[1] at Module.load (internal/modules/cjs/loader.js:620:32)
[1] at tryModuleLoad (internal/modules/cjs/loader.js:560:12)
[1] at Function.Module._load (internal/modules/cjs/loader.js:552:3)
[1] at Module.require (internal/modules/cjs/loader.js:659:17)
[1] at require (internal/modules/cjs/helpers.js:22:18)
[1] at AppController.routes (/home/pi/instapy-dashboard/src/services/app.js:22:22)
[1] at new AppController (/home/pi/instapy-dashboard/src/services/app.js:8:10)
[1] at Object. (/home/pi/instapy-dashboard/src/services/app.js:26:18)
[1] at Module._compile (internal/modules/cjs/loader.js:723:30)
[1] at Object.Module._extensions..js (internal/modules/cjs/loader.js:734:10)
[1] at Module.load (internal/modules/cjs/loader.js:620:32)
[1] at tryModuleLoad (internal/modules/cjs/loader.js:560:12)
[1] at Function.Module._load (internal/modules/cjs/loader.js:552:3)
[1] at Module.require (internal/modules/cjs/loader.js:659:17)
[1] at require (internal/modules/cjs/helpers.js:22:18)
[1] npm ERR! code ELIFECYCLE
[1] npm ERR! errno 1
[1] npm ERR! [email protected] server: node ./src/services/server.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant