tqtezos / minter

OpenMinter is dApp framework for enabling the creation and collection of non-fungible tokens (NFTs) on Tezos.
MIT License
192 stars 91 forks source link

Error at start: Attempted import error: 'MichelCodecPacker' #379

Closed Blindripper closed 3 years ago

Blindripper commented 3 years ago

Newest version produces this error at startup (started with yarn start:mainnet) :

Attempted import error: 'MichelCodecPacker' is not exported from '@taquito/taquito'.

Blindripper commented 3 years ago

git pullwasn't enough. yarn installwas also needed.

Issue can be closed.