Error locally deploying native app

0
Hi I run into the following error When I check the path, there is no node_modules folder. So I guess the npm installer isn’t ran? The issue happens when I create a branch from the main line and try to run it. When I run the main line there is no problem
asked
1 answers
0

I have noticed that using too long branch names in combination with special characters is the only time when I run into this issue, so our solution is to use shorter branch names without – _ characters

answered