When I run a React-Native project after configure Run/Debug Configuration, Metro Bundler runs OK and after that freezing. So I stopped the Metro Bundler, I got an error message.
First, I set Run/Debug configuration like this picture
Second, I ran RN-IOS and stopped Metro Bundler myself because of it did not work after the process
I've tried the below:
- Removed all Node and related directories manually in my machine and reinstalled, not working.
- Removed
.ideadirectory from the project was not working. - Create empty project using WebStorm and running was not working.
- Searched JetBrains Issue Tracker but could not find any solution.
Please, let me know how to solve this issue.

