utils icon indicating copy to clipboard operation
utils copied to clipboard

Attempted import error: 'Struct' is not exported from 'superstruct'.

Open NishantPatil307 opened this issue 11 months ago • 5 comments

Failed to compile.

./node_modules/@metamask/utils/dist/chunk-6C35XQOF.mjs Attempted import error: 'Struct' is not exported from 'superstruct'.

The build process failed in a file named chunk-6C35XQOF.mjs within the @metamask/utils package. The code in this file tries to import something called Struct from the superstruct library. However, superstruct doesn't provide a public export for Struct.

NishantPatil307 avatar Mar 15 '24 06:03 NishantPatil307

Hi @NishantPatil307, what kind of project do you have? Is it Node or TypeScript? Is your project ESM or CommonJS?

mcmire avatar Mar 20 '24 01:03 mcmire