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
Then, I suspect the problem lies in considering the ox as an optional peer dependency, which is why it is not being installed. Can anyone explain to me why ox is an optional peer dependency?
ox is an optional peer dependency because not all smart accounts depends on it. You have to use ox only when using kernel smart account. Now that I think about it, maybe it is better to remove optional for now.
When installing
v0.2.43
, I ran into a problem when building my project usingpnpm
:Then, I suspect the problem lies in considering the
ox
as an optional peer dependency, which is why it is not being installed. Can anyone explain to me whyox
is an optional peer dependency?permissionless.js/packages/permissionless/package.json
Lines 97 to 101 in 4287124
I resolved this issue by installing the
ox
package in version0.6.7
in my application, and the build started working again.The text was updated successfully, but these errors were encountered: