1

当我使用react-native-debugger时,react-devtools 对我不起作用

错误信息:

DevTools v4 is incompatible with this version of React
Either upgrade React or install React DevTools v3:

npm install -d react-devtools@^3

警告信息:

react-devtools 代理没有连接

我已经尝试安装 npm 包:

  • npm install --save-dev react-devtools@^3
  • npm install -g react-devtools@^3

如何解决问题?

4

2 回答 2

0

您需要安装好的版本:

brew update && brew cask install https://raw.githubusercontent.com/caskroom/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb

不要忘记先卸载 v4(使用与安装它相同的方式 - npm 或 brew 或...)。


来自 GitHub 页面的截图:

查看 GitHub 页面的屏幕截图

于 2020-05-11T11:35:26.727 回答
0

转到此发布页面:https ://github.com/jhen0409/react-native-debugger/releases

根据您的操作系统下载文件,然后按照说明进行操作

https://github.com/jhen0409/react-native-debugger

于 2020-07-25T02:37:39.967 回答