Dylan Conway

Results 35 comments of Dylan Conway

Can you share the dependencies in package.json? This looks like a postinstall bug where scripts are running too early during install

> this needs more tests: > > * what happens when a package.json is malformed? Missing name and empty name are two tests we should have. Pnpm seems to not...

It appears to be segfaulting on exit Likely this is the result from loading `node_modules/canvas/build/Release/canvas.node`. In the debugger loading this library pauses on an exception.

Can you share the package.json for the project?

> Sorry y'all, didn't realize you had already worked on this feature when I opened #8806. > > I'm gonna merge my PR, as it's essentially the same functionality and...

> Still occurs, tried completely erasing/reinstalling bun, node_modules, testing multiple projects, etc can you try with `--ignore-scripts`? if it doesn't hang it might be a bug with bun running lifecycle...

fixed in #9724 , and is available in `v1.1.8`

Fixed in #11177 and available in canary (`bun upgrade --canary` to update). Please reopen this issue if you continue to have problems with workspaces, or open a new one.

> @dylan-conway i think this was already fixed right? Yes this was fixed around `~1.0.5`. Closing this as fixed, please reopen or create a new issue if you continue to...

This issue was fixed around `~1.0.10` and this [comment](https://github.com/oven-sh/bun/issues/3686#issuecomment-1719666761) was likely fixed in #11177 . Going to close this as fixed, please reopen or open a new issue if you...