-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
plugin-telemetry-test seems to break when trying to commit #552
Comments
Hi @mbianchidev , sorry for my late reply. Can you try to commit with |
These are the logs when running git commit (I tried it to check if it was a pnpm problem) - already attached in the issue Extracted the error without context
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I was trying to contribute with some minor improvements to orama, I followed the contributing guidelines by installing pnpm, building and then committing through
pnpm commit
I run into an error on the telemetry package that I'm quite sure I didn't touched at all.Build works like a charm
pnpm_build.log
Error I encounter when committing is
@orama/plugin-telemetry:lint: /mnt/c/Workspace/open-source/orama/packages/plugin-telemetry/src/collector.ts:0:0: Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead. (null)
Complete logs when pnpm commit
orama-pnpm.log
Logs when git commit (trial to check if it was a pnpm problem)
orama.log
Most probably I'm missing something in the inizialization process, can you help? Thanks!
To Reproduce
Expected behavior
Being able to commit (and push)
Environment Info
Affected areas
Initialization
Additional context
No response
The text was updated successfully, but these errors were encountered: