stablecoin-studio
stablecoin-studio copied to clipboard
Missing `@hashgraph/hedera-custodians-integration`
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:
- Clone the repo
- Run npm install
- You will see the custodian wallet error.
Expected behavior The NPM should be able to install all the dependencies successfully
Screenshots