Open fikretsefa opened 4 months ago
Description: When I install Flipper from the website using the .tgz file and run npm install, a "module not found" error is displayed.
Steps to Reproduce: Download the Flipper tar file (flipper-0.257.0.tgz) from the website. Inside the package directory, run npm install.
"name": "flipper-server", "private": false, "version": "0.257.0", "description": "Standalone nodeJS based Flipper server", "repository": "facebook/flipper", "main": "server.js", "bin": "server.js", "license": "MIT", "bugs": "https://github.com/facebook/flipper/issues", "dependencies": { "chalk": "^4", "envinfo": "^7.8.1", "exit-hook": "^2.1.1", "express": "^4.17.3", "fb-watchman": "^2.0.2", "file-stream-rotator": "^0.6.1", "flipper-common": "0.257.0", "flipper-pkg-lib": "0.257.0", "fs-extra": "^11.1.1", "http-proxy": "^1.18.1", "metro": "^0.70.2", "open": "^8.3.0", "p-filter": "^2.1.0", "reconnecting-websocket": "^4.4.0", "ws": "~8.6.0", "xdg-basedir": "^4", "yargs": "^17.7.2", "@iarna/toml": "^2.2.5", "JSONStream": "^1.3.1", "adbkit": "^2.11.1", "adbkit-logcat": "^2.0.1", "archiver": "^5.3.1", "async-mutex": "^0.3.2", "axios": "^0.26.0", "flipper-plugin-lib": "0.257.0", "form-data": "^4.0.0", "invariant": "^2.2.4", "js-base64": "^3.7.5", "jsonwebtoken": "^9.0.2", "lodash.memoize": "^4.1.2", "memorystream": "^0.3.1", "node-fetch": "^2.6.0", "node-forge": "^0.10.0", "openssl-wrapper": "^0.3.4", "promisify-child-process": "^4.1.2", "rimraf": "^3.0.2", "rsocket-core": "^0.0.27", "rsocket-flowable": "^0.0.27", "rsocket-tcp-server": "^0.0.25", "rsocket-types": "^0.0.25", "semver": "^7.3.7", "serialize-error": "^8.1.0", "split2": "^4.1.0", "tmp": "^0.2.1", "immer": "^9.0.18" }, "resolutions": { "adbkit-logcat": "^2.0.1", "minimist": "1.2.6", "node-forge": "^1.0.6" }, "peerDependencies": {}, "files": [ "lib/**/*", "static/**/*", "README.md", "server.js" ], "homepage": "https://github.com/facebook/flipper", "keywords": [ "Flipper" ], "author": "Facebook, Inc", "releaseChannel": "stable" }
same issue here too
Description: When I install Flipper from the website using the .tgz file and run npm install, a "module not found" error is displayed.
Steps to Reproduce: Download the Flipper tar file (flipper-0.257.0.tgz) from the website. Inside the package directory, run npm install.
Package json