Pedro Madruga

Results 24 comments of Pedro Madruga

Is the `node_modules` folder empty before running the command?

A few questions: - Which node version are you running? - Which `@react-native-community/cli` version do you have? - Does this happen every time? - At which task does this happen...

That makes sense. Yes, definitely think there should be a fallback. I’m also working on releasing a version that outputs a log file. A lot of times I can’t replicate...

I believe the tasks are mutually exclusive. But I'm puzzled by this: > If I execute the process with flag `--keep-node-modules`, everything works fine on my end. Can someone in...

Just to give an update - I've been working on this fix (although I can't seem to replicate it). Progress is happening (despite being slightly slow).

Hi everyone, As you know, I can't replicate it, but I've made the tasks truly asynchronous to avoid concurrency problems. For this, I need help with testing so please give...

Hi @Adnan-Bacic, thank you for testing the alpha! A few questions: 1) Did you run the `clean-project-auto` or the `clean-project`? 2) Is one of your dependencies `@hapi/joi` ? 3) If...

Thank you for this. Let me investigate it more with this information and will work on alpha3. I'll write here as soon as I have a release. PS: The release...

Firstly, thank you for the great debug session - it really helps in tackling this. Yes, I have the same gut feeling. From reading the code, I doubt that it's...

Alright, now alpha4 has some fixes! Please give it a go using: ``` npm i [email protected] ``` Thank you!