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
When i add the package to my dapp and impoort 'createRaribleSdk' immediatly upon building i get the following error:
./node_modules/@rarible/aptos-sdk/build/balance/balance.js:5:0
Module not found: Can't resolve '@aptos-labs/ts-sdk'
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./node_modules/@rarible/aptos-sdk/build/index.js
./node_modules/@rarible/sdk/build/sdk-blockchains/aptos/index.js
./node_modules/@rarible/sdk/build/index.js
./app/mint/_components/ContractDemo.tsx
./app/mint/page.tsx
Pretty much following the steps in the docs: https://docs.rarible.org/reference/getting-started. Is this a bug? Can't imagine as i literally did nothing else than install the package and import a function?
The text was updated successfully, but these errors were encountered:
When i add the package to my dapp and impoort 'createRaribleSdk' immediatly upon building i get the following error:
Pretty much following the steps in the docs: https://docs.rarible.org/reference/getting-started. Is this a bug? Can't imagine as i literally did nothing else than install the package and import a function?
The text was updated successfully, but these errors were encountered: