facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.26k stars 951 forks source link

`flipper-common`, `flipper-pkg-lib` and `flipper-plugin-lib` version mismatch from their latest versions on npm (0.252.0) #5576

Open SamuelRnn opened 2 months ago

SamuelRnn commented 2 months ago

🐛 Bug Report

While trying to install flipper server it throws the following error: image

After looking on the package.json, i found that the 3 listed packages seems to have recent issues with deployment

To Reproduce

Environment

flipper-server standalone, version 0.252.0

npv2k1 commented 2 months ago

I have same issue

image

diegoleondev commented 1 month ago

I have same issue image

diegoleondev commented 1 month ago

Update the versions of these packages to 0.212.0 and I was able to download the packages.

"flipper-common": "0.212.0",
"flipper-pkg-lib": "0.212.0",
"flipper-doctor": "0.212.0",
"flipper-plugin-lib": "0.212.0",

I couldn't run the program with npm. image

featlast commented 2 weeks ago

@diegoleondev , Greetings, bro, perform the steps of manually updating the packages, then run yarn, and then npm exec flipper-server and look at the error that came out: image any recommendations?