-
Notifications
You must be signed in to change notification settings - Fork 806
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
Fix: update 'no metadata found' error message #1127
Conversation
- fix grammatical errors - add unused flag description
…-validator into fix-error-mssg-clean
@typestack @MichalLytek @jotamorais how do I get this to pass the semantic PR check? Have been fooling with it for over an hour and still won't pass |
@capndave try editing the PR title to lowercase |
acb7de1
to
c6984bb
Compare
@capndave could you rebase/merge this and get rid of the irrelevant changes? |
Fixed in f6f1bdf. I did not understand the second reason, so I slightly modified the proposed message. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Update the following error:
No metadata found. There is more than once class-validator version installed probably. You need to flatten your dependencies.
Checklist
Update index.md
)develop
)npm run prettier:check
passesnpm run lint:check
passesFixes
fixes #1124