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

Parcel Error Logging has issues #24

Open
purplecabbage opened this issue Apr 26, 2024 · 2 comments
Open

Parcel Error Logging has issues #24

purplecabbage opened this issue Apr 26, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@purplecabbage
Copy link
Member

purplecabbage commented Apr 26, 2024

Describe the bug
When setting parcel log level to verbose, I see this repeatedly ...

[ThrowableDiagnostic [Error]: The plugin "@parcel/reporter-cli" is not compatible with the current version of Parcel. Requires "^2.12.0" but the current version is "2.10.3".] {
  diagnostics: [
    {
      message: 'The plugin "@parcel/reporter-cli" is not compatible with the current version of Parcel. Requires "^2.12.0" but the current version is "2.10.3".',
      origin: '@parcel/core',
      codeFrames: [Array]
    }
  ]
}

Adding this value seems to make the user experience worse ... it does not log any more useful info as a result:
run-dev.js ln:100

// TODO: Move this and bundleServe to aio-lib-web so we can remove the parcel dependency
bundleOptions.additionalReporters = [
  { packageName: '@parcel/reporter-cli', resolveFrom: __filename }
]
@purplecabbage purplecabbage added the bug Something isn't working label Apr 26, 2024
@purplecabbage purplecabbage self-assigned this Apr 26, 2024
@aiojbot
Copy link

aiojbot commented Apr 26, 2024

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2962

@shazron
Copy link
Member

shazron commented May 9, 2024

@purplecabbage So should we remove this additionalReporter code? It was just copied over from the app plugin code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants