-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add sqlite3 installation to setup documentation #17
Comments
Hi Mark, I have been struggling to get this codebase setup and seeing errors in setting up sqllite. Was there a separate setup required to get it installed ? Here is the stacktrace of error that I have been observing
|
I would suggest using the current stable version of node (9.2 or 9.5 now?) and seeing if that helps |
No, I did not get any success with 8.9.0 or 9.2.0. Looks like there are a lot of folks who are having issues with sqlite 3 installation. |
@sharadJay - Please do the following
brew uninstall --force --ignore-dependencies sqlite3 #remove the compiled native library
brew doctor # and fix ALL issues it points out
brew install sqlite3 # reinstall it
rm -rf node_modules
npm i |
I did above but had the same problem. I dug further and added sqlite3 to my path which resolved it. |
No description provided.
The text was updated successfully, but these errors were encountered: