Open agreco opened 5 years ago
I am facing the same issue.
Instead of using archieve release you can download rn-debugger-linux-x64.zip
and unzip. To run the program, just run the binary
wget https://github.com/jhen0409/react-native-debugger/releases/download/v0.9.10/rn-debugger-linux-x64.zip
unzip rn-debugger-linux-x64.zip -d ./rn-debugger
cd rn-debugger
./react-native-debugger
React Native Debugger app version: v0.9.10 React Native version: 60 Platform: Android Is real device of platform: Yes Operating System: Linux - Ubuntu 19.04
There seems to be a dependency issue when trying to install on Linux:
Looking at the missing dep (libgconf2-4), I think it has been misspelt, as I have libgconf-2-4 installed but libgconf2-4 doesn't seem to exist..
Will resolve to using the archive release for now.