MacBook M1和taro 在MacBook M1上运行taro项目yarn dev:h5的时候会报下面的错误: 1 2 3 4 5 ## There is an issue with `node-fibers` ## `/node_modules/fibers/bin/darwin-arm64-88/fibers.node` is missing. Try running this to fix the
M1的兼容性问题还是不少,比如NDK开发遇到坑了,提示 ABIs [arm64-v8a, x86_64] are not supported for platform. Supported ABIs are [armeabi-v7a, x86] 然后找到了这个issue: https://github.com/android/ndk/issues/1299 尝试了无果。 然后无意中发现其他人