We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to generate json schemas inside a package where in it's package.json no version is specified.
package.json
version
in https://github.com/vega/ts-json-schema-generator/blob/next/ts-json-schema-generator.ts#L52 you seem to use the version of my package.json instead of yours and therefore the generator fails with the following error:
<path>/node_modules/ts-json-schema-generator/dist/ts-json-schema-generator.js:35 .parse(process.argv) ^ TypeError: Cannot read properties of undefined (reading 'parse') at file:///<path>/node_modules/ts-json-schema-generator/dist/ts-json-schema-generator.js:35:5 at ModuleJob.run (node:internal/modules/esm/module_job:222:25) at async ModuleLoader.import (node:internal/modules/esm/loader:316:24) Node.js v20.13.1
The text was updated successfully, but these errors were encountered:
Is this fixed by #1979?
Sorry, something went wrong.
@domoritz I think so, but when will this be released?
Great. It's already in prerelease so I just need to make time to make another release.
works great, thanks for releasing so quickly! 🎉
No branches or pull requests
I want to generate json schemas inside a package where in it's
package.json
noversion
is specified.in https://github.com/vega/ts-json-schema-generator/blob/next/ts-json-schema-generator.ts#L52 you seem to use the version of my
package.json
instead of yours and therefore the generator fails with the following error:The text was updated successfully, but these errors were encountered: