rtritto
rtritto
With major version 0, each library uses a different `esbuild` version (no deduped dependencies). ```console ➤ YN0000: · Yarn 4.4.1 ➤ YN0000: ┌ Resolution step ➤ YN0000: └ Completed ➤...
FYI @delvedor
Same issue with `[email protected]`, `@tailwindcss/[email protected]` and `[email protected]`
> I think tailwindcss plugin expects to run before other plugins and that's why it's breaking here. > In their docs they show adding tailwindcss plugin before solid's plugin for...
Can this issue be generated by multiple instances of `tailwindcss` dependency? Related discussion: #16135
@PeterSR `express-openid-connect` dependency is needed if you want to enable OIDC and it needs to be installed (optional peer dependency with `peerDependenciesMeta`). For the Docker Image, a Docker build arg...
@jclab-joseph @dsanders11 @erickzhao any update? Related #3622
> @dsanders11 When executing script in package.json, .pnp.cjs is injected through NODE_OPTIONS because the pnp module loader is required. However, this is unnecessary in electron and causes an error. >...
Close #3622 in favor of this PR Fix #3611
@jclab-joseph @dsanders11 @erickzhao what's the problem to merge this PR? Can I help?