Not works well "react-native run-ios" or "react-native run-android" command from running project by Run/Debug configuration in WebStorm 2018.2

Kenneth Heo

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

Run/Debug Configuration named RN-IOS

Second, I ran RN-IOS and stopped Metro Bundler myself because of it did not work after the process

Error screen and message

I've tried the below:

  1. Removed all Node and related directories manually in my machine and reinstalled, not working.
  2. Removed .idea directory from the project was not working.
  3. Create empty project using WebStorm and running was not working.
  4. Searched JetBrains Issue Tracker but could not find any solution.

Please, let me know how to solve this issue.

lena

Running/debugging with React Native 0.57+ doesn't work; WEB-34895 is fixed in upcoming WebStorm 2018.3. For previous versions, the only workarpound is starting the bundler externally (react-native start) and removing corresponding before launch task from React Native run configuration.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How can I configure which xcodebuild tool version is run when running react-native run ios?

Java is not recognized as an internal or external command for eclipse by works well from cmd

Running PyCharm project from command line

Running a Java Eclipse Project from Command line

Running new project from WebStorm interface crashes while running from shell doesn't?

FileUpload works well locally but not well as I publish the project to the server

numpy works well in Jupyter Notebook, but not in command line

Shell script: command not "foundne", but works well on terminal

JUnit 5 tests in Maven Project works in IntelliJ but Not from Command Line

React Native run android Build failed with an exception

ESLint configuration error at WebStorm (React project)

Error running React-native project in WebStorm

PowerShell: Running Script from Visual Studio Code Works, Running from PS Command Line Fails

Running rpy2 from command prompt

Running CMake from command line within an Android NDK project

Maven project giving error, running from command prompt

Running command on "post-update-cmd" in Symfony2 project

Error while running ng serve command in Angular 2 project

SQL query works well but not the function made from it

Configuration Error while running the project

Cmake project works well. But intellisense does not work

Linux "at" command works fine when running from shell but fails when run from webserver

Running an eclipse project in command line

Is there a way of Running mongod from webstorm (mac)

Sencha Touch 2 : Webstorm Run configuration

'React native run android' stops just after start the app in emulator

'React native run android' stop immediatelly after start the app in emulator

Python3 ModuleNotFoundError when running from command line but works if I enter the shell

Why does command from Dockerfile fail, while running it manually in the container works perfect?