Ashcon Partovi

Results 382 comments of Ashcon Partovi
trafficstars

@Jarred-Sumner Looks like this is a more obscure error.

Hi, I work at Bun. Sorry you're running into this, we're going to investigate to see if this is an issue with Bun. https://github.com/oven-sh/bun/issues/2392

@robobun ```js process.env.FOO = 'test1'; process.env.NODE_ENV = 'test2'; ```

This has been fixed, tested using Bun v1.0.7. If you still run into this error, please feel free to re-open this issue.

We removed the inlining feature in the runtime, so this bug no longer occurs.

We've made pretty significant changes/improvement to `bun install`. If you have a moment, do you mind trying again on Bun 0.5.8, after running `bun upgrade`?

`bun install` has gone through a lot of changes since this issue was created. If you still run into a specific bug, please open another issue.

Hi, thanks for working on this, we actually have tests for this now.