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)
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:
- Created 2 years ago
- Reactions:7
- Comments:12 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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"
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