This repository was archived by the owner on Jul 21, 2025. It is now read-only.
@solana/spl-token version mismatch #200
niravvaghani
started this conversation in
General
Replies: 1 comment
-
also happen to me.
after cmd click the source, it read from spl-token used by metaplex
on that file i saw the version is
i have i used it on my anchor test file and it still works. its just the ts lint reading from im not sure if my ts config has dependency resolving failure, but i quite agree that updating spl-token on metaplex would solve this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI
In my current project, @solana/spl-token@0.2.0 already installed. Now I have added metaplex/js package. but in this package, you have used 0.1.8 version of @solana/spl-token. Now it is conflicting. can you not change version of spltoken package to latest version ??
I am not able to use
import { getOrCreateAssociatedTokenAccount, transfer } from '@solana/spl-token';
as in 0.1.8 version above funtion are not there.
Beta Was this translation helpful? Give feedback.
All reactions