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
The text was updated successfully, but these errors were encountered:
nixjs
changed the title
I have error with valibot in sui sdk typescript
[Mysten/sui Typescript] I have error with valibot in sui sdk typescript
Dec 21, 2024
Sorry to hear that you're having issues. It looks like you're using valibot, which is another library. We'd need a bit more information on what you're trying to achieve or a minimal reproducible example that we can try ourselves.
This looks like there might be some kind of type issue with the specific version of valibot that you have installed.
The easiest option would probably be to set skipLibCheck to true in your tsconfig. Unfortunately, this issue looks like something outside of the SDK, so we can't fix it directly.
Another option that might be worth trying is removing all the mysten and sui related dependencies, installing, and then re-adding (or just deleting your node_modules and yarn.lock file to get the latest version of valibot and other dependencies.
Steps to Reproduce Issue
I'm using mysten/sui sdk typescript and I get an error during the build process. Does anyone have a solution to help me, please?
Package:
"@mysten/sui": "^1.18.0"
Node version:
v20.18.1
Yarn version:
1.22.22
The text was updated successfully, but these errors were encountered: