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
Getting " is undefined , expected undefined" #254
Comments
|
Removed my custom fields, here's what my resume.json looks like: |
|
I'm having the same issue. |
|
https://github.com/jsonresume/resume-schema/blob/v1.0.0/examples/invalid/basics-wrong-type.json According to the above mentioned link, I think empty JSON array and objects are not valid according to the validator. May be that's the reason you might be getting errors. Give it a try and let me know if it solves your problem. |
|
Tested my json resume on this: https://jsonlint.com/ and I get the green light. |
|
Hi, |
|
Does the cli not support |
|
Is anyone maintaining |
|
Hey, @Wenzel, to the best of my knowledge, all of the currently on-going effort is on the resume-schema project. The ideology is to first get the schema right, and then the tooling. Please feel free to help us over there 🙂 |
|
@Wenzel Removing projects worked for me, thanks! |
|
Same error with custom solution - #252 (comment) |
|
Workaround: use the |
|
Yep, -F, until v1.0.0 is all up to date. |
When I run resume publish I get this error.
I kept all the fields from the JSON schema untouched but I did add some of my own fields.
Could that be reason for the error?
The text was updated successfully, but these errors were encountered: