Web Ninja

Results 3 comments of Web Ninja

Additional info, if I delete the following event handler, the error is gone: - event: NftOverridden(indexed uint256,indexed address,indexed uint256) handler: handleNftOverridden

> `run` is associated with npm, so either use `yarn build` or `npm run build` Same error raises using `yarn build` or `npm run build`

This error is actually within the build command: `yarn workspace @theatre/react run build:js` which is defined in `packages/react/package.json`: ```JS "scripts": { ... "build:js": "node -r esbuild-register ./devEnv/build.ts", ... } ```