ProjectOpenSea / opensea-erc1155

Example semi-fungible collectible, to demonstrate OpenSea integration for an ERC-1155 contract
https://docs.opensea.io
MIT License
605 stars 284 forks source link

Error: Cannot find module 'truffle-hdwallet-provider' #54

Open lly835 opened 2 years ago

lly835 commented 2 years ago

Truffle v5.4.9 (core: 5.4.9) Node v12.16.2

BDANG commented 2 years ago

Can you try installing it with npm?

npm install @truffle/hdwallet-provider

Raethskags commented 2 years ago

This method did not work for me. I am still getting that same error.

Can you try installing it with npm?

npm install @truffle/hdwallet-provider

I tried this but I am still getting the same error. Is there anything else that may be causing it?