-
Notifications
You must be signed in to change notification settings - Fork 91
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
Sqlite3 install and run issues #159
Comments
@elliott-beach @slvnperron any suggestions? |
@jsalwen Which version of node are you using? SQLite is broken on many versions / OS. SQLite works well under node version |
I am thinking we should remove SQLite as a Botpress dependency and make the driver swappable, i.e. have a |
@slvnperron I tried node versions |
@slvnperron I updated sqlite3 to There was a PR to fix the |
#325 update sqlite3 to version 3.1.13 to fix issues on windows
I am no longer having issues starting with version |
@jsalwen Could you tell me where I can change the sqlite3 to ^3.1.13? I can't find my botpress folder at the global environment in my Mac.. |
@saitai0802 you can install the latest version of Botpress. The current version on npm is
|
@jsalwen Thank you for your reply! When I run the After I terminate that installation then run It shows up installation error then terminated my installation.. do you have any idea what happened? |
Seems the problem is lots of people can't even install sqlite3 correctly... TryGhost/node-sqlite3#866 |
@saitai0802 it happens to me a few days back. I try above solution as well but still, the problem persists.
|
Since issue seems to be solved, closing this. |
Even after running, First thing
It will say the module was successfully installed, but I can't go onto local host! Here is the error after botpress install messenger
Here is what happens when i try to
|
I am no longer able to get Botpress to run. In order to submit PR botpress/botpress#309 using
async
/await
, I updated nodejs. Previously, I had a much older version.bp start
But is I try to install
botpress-messenger
orbotpress-slack
, I get the sqlite3 errorsee #120
At this point, nothing works. I can't run
bp start
The root of this appears to be related to sqlite3, but it is an issue for botpress, so I think we need to find a fix. It is looking like a show stopper for me.
I completely uninstalled node and tried a couple of different installs, but I am getting the same issues.
7.10.1
and8.9.3
Please also fill in these fields:
Botpress version:
1.1.10
The text was updated successfully, but these errors were encountered: