utils
utils copied to clipboard
Attempted import error: 'Struct' is not exported from 'superstruct'.
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.
Hi @NishantPatil307, what kind of project do you have? Is it Node or TypeScript? Is your project ESM or CommonJS?