facebook/flipper

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

SamuelRnn opened this issue ยท 3 comments

๐Ÿ› 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

  • Dowload lastest build (.0.252.0)
  • install dependencies

Environment

flipper-server standalone, version 0.252.0

I have same issue

image

I have same issue
image

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