-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Type 'string' is not assignable to type '“UnexpectedEof”' #11713
Comments
i'm using oak and denodb |
@chovy Try update your dependencies (for example oak) to newer versions. If this does not help can you give me the output of |
I saw the same error because It seems that You can check the dependencies by the command in the lucacasonato's comment. |
I'm having the same problem with the same error. |
This happened the same in Opine, and I believe it is not any those framework fault. The root of problem lies in http_error dep. The only way is downgrade Deno to 1.12.2 and wait for the author update dep (and I'm doubt about it) |
This will be fixed in tomorrow's 1.13.1 release, and in Deno canary in about 1 hour ( |
Getting this error when compiling my deno app:
code worked before i upgraded deno
https://stackoverflow.com/questions/68788608/type-string-is-not-assignable-to-type-unexpectedeof
The text was updated successfully, but these errors were encountered: