hicommonwealth / edgeware-node-types

Typescript bindings for our node modules.
9 stars 7 forks source link

Package path ./codec/U8aFixed is not exported from package @polkadot/types #36

Open matt-xxnetwork opened 2 years ago

matt-xxnetwork commented 2 years ago

I'm having issues with this package with the following error:

ERROR in ./node_modules/edgeware-node-types/dist/voting.js 9:19-60
Module not found: Error: Package path ./codec/U8aFixed is not exported from package /home/burtonium/projects/test/node_modules/@polkadot/types (see exports field in /home/burtonium/projects/test/node_modules/@polkadot/types/package.json)

I've also isolated and reproduced the error in this repo: https://github.com/matt-xxnetwork/edgeware-issue

Any help would be super appreciated thank you.