-
Notifications
You must be signed in to change notification settings - Fork 365
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
[Android] Netlify dev failed with redirects/edge functions #4621
Comments
I have had the same error running netlify dev since cli v 10. System: |
A workaround for this error is to downgrade CLI to |
When will it be fixed @jackiewmacharia ? And thanks for helping me out ;) |
I have the same issue, please fix! |
Me too, just downgrading is working so far. |
Auto closed by merged PRs, reopening while testing the release. |
So it's now fixed @jackiewmacharia |
@McJoe21 almost there, it will be soon! |
This is now fixed in v10.7.1 of CLI. Test it out by running: |
Setting up the Edge Functions environment. This may take a couple of minutes. |
@McJoe21 that error pops up if there's an issue with the automated Deno installation due to various reasons including unsupported platforms by Deno like linux-arch64. What this fix does is to make sure that this doesn't break the rest of |
yes |
the backstory is that Netlify CLI has trouble installing deno on my 64-bit ARM Linux VM (aarch64), see details on netlify/cli#4685 via netlify/cli#4621 unfortunately this didn't really fix the problem for me (should have been part of the 10.6.2 netlify-cli release netlify/cli#4729) but seems to be what other devs are using locally anyway so it seemed reasonable to bump it here the new @types/node dev dep is to avoid a (new?) unmet peer dependency warning with the new cli package
Describe the bug
Here's the logs. I was trying to just get a dev environment running on my phone and it's not working.
Steps to reproduce
Configuration
Environment
The text was updated successfully, but these errors were encountered: