You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Nuclide React Inspector: Toggle starts on port 8097.
However, the default port for react-native apps is 8081. Nuclide Metro: Start doesn't even give an option to change this port. 8081 is required.
So one cannot use Nuclide Metro: Start together with Nuclide React Inspector: Toggle. This seems to be a problem that the included nuclide tools don't work with each other.
Steps to repro
Install atom + nuclide
Press ⇧⌘P to open command palette
Type Nuclide Metro: Start and press enter
Press ⇧⌘P to open command palette
Type Nuclide React Inspector: Toggle and press enter
Issue and Steps to Reproduce
Nuclide React Inspector: Toggle
starts on port 8097.However, the default port for react-native apps is 8081.
Nuclide Metro: Start
doesn't even give an option to change this port. 8081 is required.So one cannot use
Nuclide Metro: Start
together withNuclide React Inspector: Toggle
. This seems to be a problem that the included nuclide tools don't work with each other.Steps to repro
Nuclide Metro: Start
and press enterNuclide React Inspector: Toggle
and press enterExpected Behavior
React inspector should start on port 8081.
Actual Behavior
React inspector starts on port 8097.
Versions
Additional Details
apm ls --installed
):├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] (disabled)
├── [email protected]
├── [email protected]
├── [email protected] (disabled)
├── [email protected]
└── [email protected]
The text was updated successfully, but these errors were encountered: