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
Is your feature request related to a problem? Please describe.
Ran into a dependency conflict while trying to create a script which would mint NFT's and send them to a user.
Ended up finding this SO answer that describes the dependency conflict
The @metaplex/js library uses old versions of MPL packages such as @metaplex-foundation/mpl-token-metadata which, as you figured out, use an old version of @solana/spl-token. Unfortunately, if even just one nested dependency uses version 0.1.8 of the SPL token program, it will be used for the entire project.
It goes on to note that the @metaplex/js library will be depreacted
Is your feature request related to a problem? Please describe.
Ran into a dependency conflict while trying to create a script which would mint NFT's and send them to a user.
Ended up finding this SO answer that describes the dependency conflict
It goes on to note that the
@metaplex/js
library will be depreactedDescribe the solution you'd like
Update the readme to indicate that this project is likely to be deprecated in the future.
The text was updated successfully, but these errors were encountered: