Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

env: sh\r: No such file or directory (React Native)

Tags:

react-native

Recently I have move from windows to macbook and i want to run my project. What happen with this error "env: sh\r: No such file or directory"? I have been success to create a new project but open my last project have this error. Thank you

like image 446
Nicholas Lindartono Avatar asked May 24 '26 19:05

Nicholas Lindartono


1 Answers

This fixes it:

dos2unix android/gradlew
like image 124
Ernie Avatar answered May 27 '26 08:05

Ernie