We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to install the package @rarible/sdk to a fresh new NodeJs source code, but still got the version conflict.
@rarible/sdk
➜ pnpm i @rarible/sdk ! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing pnpm@9.14.3+sha512.c0f53ee99477ed969b82b289ad011a5d16bf1623c957e7f29eabe8d0c00b574c29b8c7f54f6c67ee710c73f285c8154d07ce44b46fe2c0eeb476a90441bac371. ! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager WARN deprecated aptos@1.21.0: Package aptos is no longer supported, please migrate to https://www.npmjs.com/package/@aptos-labs/ts-sdk WARN 22 deprecated subdependencies found: @humanwhocodes/config-array@0.13.0, @humanwhocodes/object-schema@2.0.3, @imtbl/imlogging@1.0.37, @imtbl/imx-sdk@2.1.1, @metaplex-foundation/mpl-core@0.0.2, @metaplex-foundation/mpl-core@0.0.5, @metaplex/js@4.12.0, cids@0.7.5, eslint@8.57.1, eth-sig-util@3.0.1, ethereumjs-abi@0.6.8, ethereumjs-wallet@1.0.2, glob@7.2.3, inflight@1.0.6, multibase@0.6.1, multibase@0.7.0, multicodec@0.5.7, multicodec@1.0.4, rimraf@3.0.2, subscriptions-transport-ws@0.9.19, text-encoding@0.7.0, webextension-polyfill-ts@0.25.0 Packages: +802 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 798, reused 783, downloaded 15, added 802, done node_modules/.pnpm/@taquito+taquito@12.1.1/node_modules/@taquito/taquito: Running postinstall script, done in 64ms node_modules/.pnpm/bufferutil@4.0.9/node_modules/bufferutil: Running install script, done in 231ms node_modules/.pnpm/keccak@3.0.4/node_modules/keccak: Running install script, done in 241ms dependencies: + @rarible/sdk 0.13.89 WARN Issues with peer dependencies found . ├─┬ @rarible/sdk 0.13.89 │ ├── ✕ unmet peer axios@^0.26.1: found 1.7.9 │ ├─┬ @rarible/sdk-wallet 0.13.89 │ │ ├─┬ @rarible/web3-v4-ethereum 0.13.89 │ │ │ └── ✕ missing peer web3@^4.4.0 │ │ ├─┬ @rarible/web3-ethereum 0.13.89 │ │ │ └── ✕ missing peer web3@">=1.5.0 <2.0.0" │ │ └─┬ @rarible/aptos-wallet 0.13.89 │ │ └─┬ @aptos-labs/wallet-adapter-core 4.8.2 │ │ └─┬ @aptos-connect/wallet-adapter-plugin 1.0.1 │ │ ├── ✕ unmet peer @aptos-labs/ts-sdk@1.18.1: found 1.34.0 │ │ └─┬ @identity-connect/dapp-sdk 0.9.8 │ │ ├── ✕ unmet peer @aptos-labs/ts-sdk@1.26.0: found 1.34.0 │ │ ├─┬ @identity-connect/crypto 0.2.5 │ │ │ └─┬ @aptos-connect/wallet-api 0.1.6 │ │ │ └── ✕ unmet peer @aptos-labs/wallet-standard@^0.2.0: found 0.1.0 │ │ └─┬ @aptos-connect/web-transport 0.0.8 │ │ └── ✕ unmet peer @aptos-labs/ts-sdk@1.26.0: found 1.34.0 │ ├─┬ @rarible/solana-sdk 0.13.89 │ │ └─┬ @metaplex/js 4.12.0 │ │ ├── ✕ unmet peer @metaplex-foundation/mpl-core@^0.0.2: found 0.0.5 │ │ ├── ✕ unmet peer @metaplex-foundation/mpl-token-metadata@^0.0.2: found 1.2.5 │ │ └── ✕ unmet peer @solana/spl-token@^0.1.8: found 0.4.9 │ └─┬ @rarible/sdk-transaction 0.13.89 │ └─┬ @rarible/protocol-ethereum-sdk 0.13.89 │ └── ✕ unmet peer axios@^0.26.1: found 1.7.9 └─┬ @solana/spl-token 0.4.9 ├── ✕ unmet peer @solana/web3.js@^1.95.3: found 1.54.2 ├─┬ @solana/spl-token-group 0.0.7 │ └── ✕ unmet peer @solana/web3.js@^1.95.3: found 1.54.2 └─┬ @solana/spl-token-metadata 0.1.6 └── ✕ unmet peer @solana/web3.js@^1.95.3: found 1.54.2 ✕ Conflicting peer dependencies: web3 Done in 12.4s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to install the package
@rarible/sdk
to a fresh new NodeJs source code, but still got the version conflict.The text was updated successfully, but these errors were encountered: