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
Version
nodejs v6.10.2
json-schema-to-typescript@4.2.1
Code
$ cat test.json {} $ cat test.json | node_modules/.bin/json2ts Path must be a string. Received undefined $ echo $? 1
Expected behavior No errors.
Looks like this is problem with strict argument checking in path module which was introduced in nodejs 6: nodejs/node#5348
path
The text was updated successfully, but these errors were encountered:
0d738db
Thanks for the report @ikokostya! Fix is published in 4.3.0.
Sorry, something went wrong.
No branches or pull requests
Version
nodejs v6.10.2
json-schema-to-typescript@4.2.1
Code
Expected behavior
No errors.
Looks like this is problem with strict argument checking in
path
module which was introduced in nodejs 6: nodejs/node#5348The text was updated successfully, but these errors were encountered: