Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probably missing dependencies causing fails in yarn pnp context #73

Open
kubijo opened this issue Feb 27, 2023 · 1 comment
Open

Probably missing dependencies causing fails in yarn pnp context #73

kubijo opened this issue Feb 27, 2023 · 1 comment

Comments

@kubijo
Copy link

kubijo commented Feb 27, 2023

I had to add the following for this module to work in a Yarn PnP context:

packageExtensions:
  "esbuild-plugin-pino@*":
    dependencies:
      "pino": "*"
      "pino-pretty": "*"
      "thread-stream": "*"
@viceice
Copy link

viceice commented Jul 14, 2023

I only need this to fix:

packageExtensions:
  esbuild-plugin-pino@*:
    dependencies:
      'thread-stream': '*'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants