LIQNFT / candy-shop-storefront

Ethereum, Polygon & Solana NFT Storefront & Auctions
https://candyshop.space
Apache License 2.0
119 stars 106 forks source link

Added resolutions for ledger to fix error #24

Closed m4thfr34k closed 2 years ago

m4thfr34k commented 2 years ago

Added resolutions for ledger to fix Module not found '@ledgerhq/devices/hid-framing' error

Description

Resolves - Compile error: Module not found '@ledgerhq/devices/hid-framing'

Deploying a candy-shop-storefront results in an error stating 'Compile error: Module not found '@ledgerhq/devices/hid-framing'' This is mentioned in a solana-labs issue here -> https://github.com/solana-labs/wallet-adapter/issues/499

Updates have been made to the solana-labs wallet-adapter package.json file; however, that dependency does not exist in the candy-shop-storefront which means that update doesn't solve the issue here.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Deploying a candy-shop-storefront results in an error stating 'Compile error: Module not found '@ledgerhq/devices/hid-framing''

Resolutions were added to the package.json and then yarn build and yarn run start were run. The error has been resolved.