Brian

Results 6 comments of Brian

I had the same issue. As a workaround you can go to the source code and add a "-f" flag when they call the codesign utility: https://github.com/vercel/pkg/blob/b63df87586dfb0a5f56e8698f753846edee4a498/lib/mach-o.ts#L62 I started having...

> @brianunlam that's a nice workaround, did the trick for me. It's super brittle for obvious reasons, @jesec @leerob any reason not to incorporate this into the `codesign` call permanently...

@scottschafer how did you do to get the leaks that way? memLeak in EncounterView@711833 | 11 | 1360 % | 100 001 32852 % stateNode in FiberNode@708915 | 10 |...

I had the same error, check if your file is ok, you don't have unmatching brackets or something weird. Run the command this way: ``` npx solhint 'contracts/**/*.sol' ``` I...

@MathiasVandePol answer solves the issue. I think you should close it.