GithubHelp home page GithubHelp logo

Support Desktop app on Linux about flipper HOT 8 CLOSED

facebook avatar facebook commented on April 26, 2024 3
Support Desktop app on Linux

from flipper.

Comments (8)

passy avatar passy commented on April 26, 2024 3

Just tried building on my box and both yarn start and yarn build work fine. I reckon this is file handle limits as @danielbuechele said. Check what ulimit -n says and if it's a low number (< 100000), then you'll likely run into those kinda problems.

from flipper.

danielbuechele avatar danielbuechele commented on April 26, 2024 1

Is this a bug other users are experiencing, too? We created a linux build and were not facing this error. The ENOSPC looks like the file watcher is watching too many files.

from flipper.

toantk238 avatar toantk238 commented on April 26, 2024 1

@passy
Oh, it works 👍
I tried to increase "fs.file-max" in "/etc/sysctl.conf" file and now everything seems OK.

Thank you so much.

@danielbuechele
Thank you too.

from flipper.

danielbuechele avatar danielbuechele commented on April 26, 2024 1

For now you can use remove this dependency. It is not needed in your case. This should fix the build for you, while I try to find a solution to this.

from flipper.

koox00 avatar koox00 commented on April 26, 2024

I get this error when running yarn.
[email protected]: The platform "linux" is incompatible with this module.
it fails to install dependencies.

from flipper.

danielbuechele avatar danielbuechele commented on April 26, 2024

This shouldn't break the build. Can you post the full error message? @koox00

from flipper.

koox00 avatar koox00 commented on April 26, 2024

Running yarn install --verbose

yarn install v1.7.0
[1/4] Resolving packages...
[2/4] Fetching packages...
.............
error [email protected]: The platform "linux" is incompatible with this module.
verbose 0.91 Error: Found incompatible module
    at MessageError.ExtendableBuiltin (/usr/lib/node_modules/yarn/lib/cli.js:243:66)
    at new MessageError (/usr/lib/node_modules/yarn/lib/cli.js:272:123)
    at checkOne (/usr/lib/node_modules/yarn/lib/cli.js:63281:11)
    at Object.check (/usr/lib/node_modules/yarn/lib/cli.js:63300:5)
    at /usr/lib/node_modules/yarn/lib/cli.js:22813:73
    at Generator.next (<anonymous>)
    at step (/usr/lib/node_modules/yarn/lib/cli.js:98:30)
    at /usr/lib/node_modules/yarn/lib/cli.js:109:13
    at <anonymous>
error Found incompatible module

from flipper.

danielbuechele avatar danielbuechele commented on April 26, 2024

should be fixed in #6f95ad5

from flipper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.