metaplex-foundation / umi-hotline

2 stars 0 forks source link

Module not found: Package path ./serializers is not exported from package #15

Closed MiDonGo64 closed 1 year ago

MiDonGo64 commented 1 year ago

Umi version

0.7.14

Code

This error doesn't pertain to my code but to installing the node module. I use yarn v1.22.19 and am using umi 0.7.14 and umi-bundle-defaults 0.7.14. I am also using mpl-candy-machine 6.0.0-alpha.12. All these used to install just fine until a few days ago when umi 0.8.2 was released. Now I get an error that ./serializers do not export anymore.

Error

error - ./node_modules/@metaplex-foundation/mpl-candy-machine/dist/src/createCandyGuard.js:5:0
Module not found: Package path ./serializers is not exported from package D:\alpha base next 3\node_modules\@metaplex-foundation\umi (see exports field in D:\alpha base next 3\node_modules\@metaplex-foundation\umi\package.json)
MiDonGo64 commented 1 year ago

got it solved. Just needed to upgrade umi to 0.8.2 and mpl-candy-machine to alpha16