You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
I traced the problem down to nodejs not being available in the path /usr/bin/node. Once I linked the nodejs binary to that path sqlite3 installed like a charm. You can link nodejs to /usr/bin/node using the following command:
Hi,
There are errors when running the Apollo tutorial on Ubuntu 20.04. This appears to be an issue with the install script for node-sqlite3.
I found a similar issue here; the cause is Ubuntu putting node-js into a different directory. As @multivac61 says;
I fixed this by running the following command;
It might be worth having a note for Ubuntu users in the documentation.
The text was updated successfully, but these errors were encountered: