hashgraph / stablecoin-studio

All-in-one stablecoin configuration, issuance, and management
Apache License 2.0
25 stars 16 forks source link

Missing `@hashgraph/hedera-custodians-integration` #1046

Closed pathornteng closed 1 week ago

pathornteng commented 7 months ago

Describe the bug A user from Discord reported that when installing dependencies, he got the following error

Module not found: Error: Can't resolve '@hashgraph/hedera-custodians-integration' in '/workspace/stablecoin-studio/sdk/build/esm/src/port/out/hs/hts/custodial'
ERROR in ../sdk/build/esm/src/port/out/hs/hts/custodial/CustodialTransactionAdapter.js 39:0-76
Module not found: Error: Can't resolve '@hashgraph/hedera-custodians-integration' in '/workspace/stablecoin-studio/sdk/build/esm/src/port/out/hs/hts/custodial'

ERROR in ../sdk/build/esm/src/port/out/hs/hts/custodial/DFNSTransactionAdapter.js 29:0-94
Module not found: Error: Can't resolve '@hashgraph/hedera-custodians-integration' in '/workspace/stablecoin-studio/sdk/build/esm/src/port/out/hs/hts/custodial'

ERROR in ../sdk/build/esm/src/port/out/hs/hts/custodial/FireblocksTransactionAdapter.js 29:0-100
Module not found: Error: Can't resolve '@hashgraph/hedera-custodians-integration' in '/workspace/stablecoin-studio/sdk/build/esm/src/port/out/hs/hts/custodial'

To Reproduce Steps to reproduce the behavior:

  1. Clone the repo
  2. Run npm install
  3. You will see the custodian wallet error.

Expected behavior The NPM should be able to install all the dependencies successfully

Screenshots

image
MiguelLZPF commented 1 week ago

It was fixed already ✅