Eli

Results 430 comments of Eli

@rrousselGit I think this works now! 🤞🏻 EDIT: WHOOO! 🎉 If so, I'll try to follow up with build v4/source_gen v4/analyzer 8 upgrade shortly after merge.

Ok, yay, hit the flutter_test doesn't work with Analyzer 8 again. Back to draft...

> Is there some sort of well-defined environment variable that pnpm sets so that npm can reliably know that we are actually "being ran from pnpm"? Sort of? https://github.com/pnpm/pnpm/blob/0748be2424b83cd988e5414883437c10ba657ec1/exec/run-npm/src/index.ts#L17 Overloading...

> It looks like pnpm sets `npm_config_user_agent` in the environment, which npm will pick up and set as its own user-agent config Do you really want to hardcode in pnpm...

> Maybe instead of shelling out to npm at all, pnpm could use the same packages npm uses internally? npm might not even exist on the system. I suggested that...

I’m still a little lost as to why an environment variable that just tells npm to ignore `devEngines` isn’t viable. Because people might abuse it? Because it puts pressure on...

> There isn't a way to make shared pnpmfile hooks, is there? That could be useful for this and similar things There is now, actually: [`pnpm.configDependencies`](https://pnpm.io/config-dependencies)

This is on homebrew now!

It seems as if this is a known issue https://github.com/denoland/fresh/issues/3509#issuecomment-3370353496