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
This issue arises because Bun (version 1.1.2) fails to install grpc package, which our project does not require. The dependency chain is structured as follows:
Notably, @zk-email/helpers does not actually use pki, making the installation of grpc through this chain unnecessary. Since grpc is part of an unwanted dependency chain initiated by unused peer dependencies, we can configure Bun to skip installing peer dependencies.This adjustment can be made in the package manager's configuration settings, detailed here: https://bun.sh/docs/cli/install#configuration.
Note that other package managers, like Yarn, do not encounter this issue as they do not install peer dependencies by default
Latest PR #93 has been merged into the main branch but failed to deploy to the production environment due to the following error in Netlify:
The text was updated successfully, but these errors were encountered: