-
Notifications
You must be signed in to change notification settings - Fork 264
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
urilib.resolve is not a function at Validator2.validate #399
Comments
@mamadfar What environment are you using? There should be a built-in |
I'm not sure what do you mean by What environment but, I used it with Docker and AWS, the result was the same, so I had to install it manually. The techs that I used: Node: 18 | 20 |
I'm sorry not sure what's going on then, my Node.js v22.4.0 has the necessary function builtin:
|
It should support the older version, right? |
'url' has been in Node.js core since the very beginning, or very near it. I'm really not sure what's going on, without more information. |
I'm not sure what is the problem, I used it again in a new project and I got the same error. #367 |
Still, the problem with
URL
exists"urilib.resolve is not a function at Validator2.validate"
FYI: I fixed it (again #367 ), just by installing url package.
It would be great if you can add url package as a dependency to jsonschema package.
The text was updated successfully, but these errors were encountered: