Closed n9lsjr closed 6 months ago
Thanks for the report! I fixed the shell
option, that's indeed needed when executing batch scripts on Windows. The rest seem environment specific though, I couldn't reproduce those. In particular the mirroring can be slow depending on where you are in the world as it downloads a pretty substantial amount of data from the swarm.
Great π I will try again and disable VPN etc. Thanks π―
Had to roll back the shell
option default as it breaks command arguments.
Ok π The mirror / downloading worked btw π
I think that was a problem for me too when I added shell : true to all exec, spawn etc. It was only needed in the end to start en sdk.manager process with execFile π
Had to roll back the
shell
option default as it breaks command arguments.
Very impressive stuff you guys are building. I'm testing https://github.com/holepunchto/pear-expo-hello-world and i've encountered some issues. Some pre-info: I disabled the build processes for iOS because i do not have xcode
On some windows machines it seems like you need to add { shell: true } to the sdk.manager process. Otherwise I got EINVAL error.
2: I fixed the issue with execute_process with a hardcoded path ( The previous issue reported did not solve it for me ) I seemed like the build process did not identify (WIN32) for my system by some odd reason ( logged the if/else statement ), and even though I changed the else condition to match the windows setting I still got the same error.
3. I was using the standard dependency 0.7 of bare dev ~ and it never cloned the prebuilds folder correctly and got stuck here: I then updated to the latest 0.10.4 and now it gets stuck at here.
Not sure if my hacking has fked something up or if my multiple re-runs of
hello-pear --configure
has made something break. Anyways hope this issue might help somebody else who got stuck π