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
I have experienced the same error using bun to install dependencies. Bun does not execute lifecycle scripts by default, so you need to add @rocicorp/zero-sqlite3 to trustedDependencies in package.json and re-install dependencies.
Running
yarn zero
in the one-zero example output this :The text was updated successfully, but these errors were encountered: