-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error running on windows. #51
Comments
Fixed by bumping up these deps: deno_core = "0.187.0"
deno_web = "0.136.0"
deno_fetch = "0.129.0"
deno_console = "0.105.0"
deno_webidl = "0.105.0"
deno_url = "0.105.0"
deno_websocket = "0.110.0" Leads to another error however,
|
I found the issue overall with windows. I was able to run both On windows the files created for a The header here mashin/cli/src/tools/bindgen.rs Lines 107 to 144 in d3f0fe6
|
Is there an existing issue?
is related to deno-fetch: deno_fetch panic
Unknown TLS backend passed to "use_preconfigured_tls"
denoland/deno#19177General
Was attempting to run the program.
Context
Error occurs when trying to run both locally and also against a web source. Also, the official example provider seemingly has its
mod.ts
missing because it was included in the gitignore. Not sure if this was deliberate.Stacktrace
Additional Information
Can be recreated on windows by executing
mashin run
on a provider that is local or remote.Solution
No response
Are you willing to help with this request?
Yes, I can help with this if needed.
The text was updated successfully, but these errors were encountered: