"Install Plugins" list is empty both on MacOS and Windows
Windows 10 and Catalina 10.15.7




Thanks for the level of detail. That's very helpful! Looks like a real bug to me. Will dig into it.
Seeing the same issue with the following:
npx react-native init
Console error when starting Flipper
> Failed to load dynamic plugins Error: ENOENT: no such file or directory, scandir '/Users/<user>/.flipper/installed-plugins'
> Uncaught (in promise) Error: ENOENT: no such file or directory, scandir '/Users/<user>/.flipper/installed-plugins'
> Error from getpwuid_r: 102 (Operation not supported on socket)

+1
Is it only 0.70 version problem? If so where can I get previous version?
I switched back to v0.69 and everything was fine. ok馃憣
You can find all versions here -> https://github.com/facebook/flipper/releases
Thanks @QuentinArnault 0.69 shows the plugin list, but I had to delete the ~/.flipper before installing 0.69
It also has this error in the console:
> Error from getpwuid_r: 102 (Operation not supported on socket)
Uncaught (in promise) Error: Method not implemented.
at Function.resolveFullPathsFromMyles (bundle.js:4644)
at LayoutPlugin.invokeMyles (bundle.js:5137)
...

Hi all, thanks for the details. We'll push a new release soon, but for now you can just create empty folder "installed-plugins" in "~/.flipper" and everything should work after that on version 0.70.0.
Hi all, thanks for the details. We'll push a new release soon, but for now you can just create empty folder "installed-plugins" in "~/.flipper" and everything should work after that on version 0.70.0.
Ty! This works!
Most helpful comment
Hi all, thanks for the details. We'll push a new release soon, but for now you can just create empty folder "installed-plugins" in "~/.flipper" and everything should work after that on version 0.70.0.