question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unsupported DevTools backend version

See original GitHub issue

🐛 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) image

DevTools is working fine standalone react-devtools@4.13.0

Pressing click here for more information brings up an internal login dialog

To 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

> npm -g list --depth 0 | grep react-devtools
├── react-devtools@4.13.0

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:7
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

15reactions
archcorsaircommented, May 7, 2021

@tolidevs Since you are using zsh, your command is failing because you need to wrap the package name with quotes:

npm install -g "react-devtools@<4.11.0"

8reactions
mweststratecommented, May 12, 2021

The next release will support switching between the embedded and globally installed version of the react-devtools, so that Flipper can be compatible with multiple versions of React Native

Screenshot 2021-05-12 at 14 02 08

Read more comments on GitHub >

github_iconTop Results From Across the Web

React DevTools: Unsupported backend version - gists · GitHub
These dialogs indicate that the version of the React DevTools UI you are using has connected to an incompatible version of the DevTools...
Read more >
React Native Debugger "Unsupported DevTools backend ...
Here is the solution which worked for me on M1 Mac: Uninstall the homebrew version of react-native-debugger and install the react-native- ...
Read more >
react-native-debugger启动错误Unsupported DevTools ... - 掘金
react-native-debugger启动错误Unsupported DevTools backend version解决方案.
Read more >
react-native-debugger启动错误Unsupported DevTools ... - 简书
使用react-native-debugger进行调试时提示这个错误是由于react-native-debugger应用中依赖的react-devtools-core和当前n...
Read more >
react-devtools-core | Yarn - Package Manager
This package provides two entrypoints: labeled "backend" and "standalone" (frontend). Both APIs are described below. Backend API.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found