GeekyDeaks / discord-destinybot

Discord Destiny Bot
MIT License
8 stars 3 forks source link

node manifest_update.js en, not working? Rebuild sqlite from source #26

Open IrealiTY opened 7 years ago

IrealiTY commented 7 years ago

Error node manifest_update.js en ==>

module.js:457
    throw err;
    ^

Error: Cannot find module '/discord-destinybot/node_modules/sqlite3/lib/binding/node-v48-linux-x64/node_sqlite3.node'

Most common solution: npm install sqlite3 --build-from-source

Just as a hint for those getting the error

GeekyDeaks commented 7 years ago

thanks @IrealiTY ! I'll add this to the README

IrealiTY commented 7 years ago

Cheers!

Any way I could contact you on Discord / Skype? :)

GeekyDeaks commented 7 years ago

https://discord.gg/XuKt7 - this is the test server I have for bots...

On Tue, Sep 13, 2016 at 3:49 PM, Aleks notifications@github.com wrote:

Cheers!

Any way I could contact you on Discord / Skype? :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GeekyDeaks/discord-destinybot/issues/26#issuecomment-246707174, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ54KalWmjLNnLIUn_BT1Okb0rC_MX7Zks5qprgUgaJpZM4J7n1u .

unisys12 commented 7 years ago

Funny... I got this error tonight after pulling in latest master branch. But it is clearly there? And yes, just rerunning npm install sqlite3 resolved it. But what causes it I wonder?

GeekyDeaks commented 7 years ago

hmmm... Did either of you do a npm install after the git pull? Only asking as I am wondering if there is another module added at some point that messes things up due to some inter-dependency. I'll try and see if I can replicate it by going back to a previous commit.

IrealiTY commented 7 years ago

I did npm install at my original pull - didn't "re"-install afterwards

unisys12 commented 7 years ago

I "did not" run npm install after performing git pull.