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

Possible readme improvement: Adding sqlite3 through npm if brew doesn't work out #405

Open
njaaan opened this issue May 8, 2023 · 0 comments

Comments

@njaaan
Copy link

njaaan commented May 8, 2023

Hi,

when our team tried so set up the workshop project, several devs ran into an issue with the installation of sqlite3.
It might be that the suggestion in the readme, to install with brew (brew install sqlite3) is not working properly for some people on more recent macOS versions. On Ventura what worked for us was uninstalling the brew version and using npm instead:

npm uninstall sqlite3 (to get rid of the brew version)
sudo npm install sqlite3
npm install
npm start

I couldn't add a PR to include this into the readme, so I thought I'll add it as an issue for either people who have the same issue to find or for you to add it to the readme.

Thanks for the great workshop. :)

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