-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Core issue: There's a version mismatch between the required packages:
Your project has @multiversx/sdk-core@13.16.0
But @multiversx/sdk-dapp@3.2.0 requires @multiversx/sdk-core@>= 13.17.1
Admittedly i am learning tons every day in this arena, and perhaps this is a a simple issue, via:
Recommended Solution: Update sdk-core to the required version
yarn upgrade @multiversx/sdk-core@13.17.1
But .. i prefer not to mess with the team-supplied template where possible.
Wondering instead of the gurus here could consider matching all the dependencies such that a raw "npm install" will execute properly. Currently there are many dependency errors with that. The platform i am trying to integrate into requires a package-lock.json file to manage their side of things.
Gracias amigos.