facebook / flipper

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

No matching version found for flipper-common@0.251.0 #5555

Open ilyeshadji opened 2 months ago

ilyeshadji commented 2 months ago

🐛 Bug Report

When trying to setup and open Flipper on my Mac, the app does not open. It jumps for a while, but never works.

Here are the logs:


2033 verbose stack flipper-common: No matching version found for flipper-common@0.251.0.
2033 verbose stack     at module.exports (/Users/ilyeshadji/.nvm/versions/node/v20.11.1/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:209:23)
2033 verbose stack     at RegistryFetcher.manifest (/Users/ilyeshadji/.nvm/versions/node/v20.11.1/lib/node_modules/npm/node_modules/pacote/lib/registry.js:130:22)
2034 verbose cwd /Users/ilyeshadji
2035 verbose Darwin 23.4.0
2036 verbose node v20.11.1
2037 verbose npm  v10.5.0
2038 error code ETARGET
2039 error notarget No matching version found for flipper-common@0.251.0.
2040 error notarget In most cases you or one of your dependencies are requesting
2040 error notarget a package version that doesn't exist.
2041 verbose exit 1

To Reproduce

Download flipper using brew install --cask flipper as per the documentation https://fbflipper.com/docs/getting-started/

Run npx flipper-server

Environment

OS: MacOs Chip: Apple M3 Pro Version: Sonoma 14.4.1

anupatgithub commented 2 months ago

Same issue, was not able to start the Flipper Server app so tried this as suggested but getting the same issue as posted here.

easyecom-manu commented 2 months ago

same issues

Prai5e commented 2 months ago

Please i tried running npm install, for which i encountered same error. On my windows 11 PC

sxhieen commented 2 months ago

same issue on my Windows 10 PC