Paul Berg
Paul Berg
Hey @colinsteidtmann, I have not found a solution for this package, but I can wholeheartedly recommend switching to TypeScript. I made the switch in the meantime and it has enhanced...
> Hey Paul, that's funny, I'm actually using your template Oh haha! > You just didn't have any examples working with bignumbers so I went looking for a solution. You...
Side note: I have also moved to a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) so that's another potential cause for this error. As per the [Jest documentation](https://github.com/facebook/jest/blob/64de4d7361367fd711a231d25c37f3be89564264/docs/ECMAScriptModules.md#differences-between-esm-and-commonjs), mocking is currently not well supported...
Hey @kkagill, the issue is that you changed the name of your `contracts` package. What is the value of the `name` field in your `packages/contracts/package.json.` file? By default, the name...
Oh, shoot! Reopening now. Can you share the following information? + Specific version of Windows 10 + Bit architecture (32 or 64 bit) + Yarn version Also: 1. Could you...
Thanks for the info! Will investigate further.
@refex does it work if you `cd` into the `packages/react-app` and then run `yarn start`?
Thanks everyone for reporting! Unfortunately I have never ever managed to reproduce this issue, even if I have very similar environments as you guys do. Some help would be appreciated...
Hi @lcoln, can you share your environment please? - OS version - Node.js version - Yarn version Plus any other details that you think might be relevant. Thank you!
Honestly I am not sure why it doesn't work, I haven't checked the Vue integration in a long, long time. I'll review this later .. in the meantime any feedback...