threefoldfoundation / tft

Threefold token
Apache License 2.0
5 stars 1 forks source link

BSC bridge frontend does not run #254

Closed robvanmieghem closed 1 year ago

robvanmieghem commented 1 year ago

on osx

./node_modules/@metamask/utils/node_modules/superstruct/dist/index.mjs 18:27
Module parse failed: Unexpected token (18:27)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|         const { path } = failure;
|         const msg = path.length === 0 ? message : `At path: ${path.join('.')} -- ${message}`;
>         super(explanation ?? msg);
|         if (explanation != null)
|             this.cause = msg;
robvanmieghem commented 11 months ago

@Hetape As you can see in the commit that references this issue, it was a dependency problem with the latest yarn packages, solved it by taking the yarn.lock file from a working one but that's not a decent fix.