-
Notifications
You must be signed in to change notification settings - Fork 33
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
TypeError: list.map is not a function (On Mac M1 only) #415
Comments
@kvmw do you have a minimal reproduction repository (or stackblitz or whatever other online environment) available? A difference between ARM64 macOS and another OS is quite odd, given the libraries in play |
@mcous I've created this sample repo to reproduce the issue: https://github.com/kvmw/test As I said earlier, this is only happening on my mac machine.
|
This appears to be a bug in the npm update nwsapi This is the second |
Thanks @mcous, |
Using the docs to setup testing with svelte 5 (sveltekit) and vitest, I am facing the following error.
This is happening only on a MacOS M1 machine. The set setup is working fine on my linux machine.
I suspect this might be M1 issue. I don't have access to another Mac machine with Intel cpu to verify it.
The text was updated successfully, but these errors were encountered: