-
Notifications
You must be signed in to change notification settings - Fork 954
Unsupported DevTools backend version #2250
Comments
We are releasing an update Flipper version with the new dev-tools next week (it is embedded, so the global update won't work). In the mean time you could temporarily downgrade the version used in your project (it will still be compatible with RN) by adding this to your
(If 4.10.3 doesn't work pick 4.10.2) UPDATE Should be 4.13.2 now. |
I have a similar issue, first time using Flipper but have just downloaded version 0.88.0 I'm getting the same issue in reverse, it is telling me my devtools version is incorrect (too new) and needs downgrading: I've followed the suggested steps and receive the following error:
I have tried uninstalling react-devtools altogether and running the above command and received the same error. Also tried uninstalling and installing with the commands
and
but none of these have worked, and I am always receiving the same error stating that my detools version is 4.13.0 I'm not using yarn so am unable to use the resolutions solution provided above. Environment |
In that case I'd recommend to stick to an older version of Flipper now. Alternatively a solution for this problem could be to load the |
@tolidevs
|
Released as 0.89 |
Please use instructions and toggle as shown above and otherwise open a new
issue with details.
…On Sun, 16 May 2021, 20:44 Rohit Chaubey, ***@***.***> wrote:
still an issue with 0.90.2
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2250 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4NBAYP2ZQ3KLLVRY32TDTOAOBBANCNFSM435WHPJQ>
.
|
Was getting this at first ( Looks like the process was hanging around from checking So just kill port ur fave way like: lsof -i tcp:8087 It works, but can still be buggy still showing the msg: Restarting Flipper at this point does the job: Locking the embedded BE in RN to the same version as the FE with Yarn doesn't surface to Flipper for me: "resolutions": {
"react-devtools-core": "4.x.x"
} Seems to still ignore |
After installing react-devtools@4.10.4 through |
adding below in my projecy package.json helped me a lot |
🐛 Bug Report
After upgrading to
0.87.0 (50.0.0)
I get the below error when opening DevTools (I'm unsure why it is using an older version that is not found on my system)DevTools is working fine standalone
react-devtools@4.13.0
Pressing
click here for more information
brings up an internal login dialogTo Reproduce
Upgrade to Flipper 0.87.0
Attempt to open React DevTools
Becomes non-interactable
Following the suggestion to run
npm i -g react-devtools@^4.13.0
does not solve the problem.Environment
RN 0.64
Flipper 0.87.0 (50.0.0)
MacOS 11.2.3
Hermes Enabled
Standalone
react-devtools@4.13.0
The text was updated successfully, but these errors were encountered: