GithubHelp home page GithubHelp logo

Flume install error about flume HOT 7 CLOSED

chrisjpatty avatar chrisjpatty commented on June 17, 2024 1
Flume install error

from flume.

Comments (7)

chrisjpatty avatar chrisjpatty commented on June 17, 2024

Thanks for reporting I'll take a look at this. Is this just a clean install in a new project?

from flume.

navanshu avatar navanshu commented on June 17, 2024

It does with npm. If i try run npm up it gives the same error. It was installed in the repo before i uninstalled it before updating other libraries. Then reinstalled it. It happened after switching to latest npm 8 I guess. It was fine before

from flume.

francisbitontistudio avatar francisbitontistudio commented on June 17, 2024

I am having this same issue

from flume.

navanshu avatar navanshu commented on June 17, 2024

@francisbitontistudio A temporary fix would be to use npm install hooks,

preinstall: unintsall flume,
postinstall: install flume,

I am facing multiple issues with flume on react. I would advise not to update react further V17.0.0

from flume.

silicon-ninja avatar silicon-ninja commented on June 17, 2024

you can install force install the package with this comment npm install flume --force. that works.

from flume.

JustinB-AB avatar JustinB-AB commented on June 17, 2024

Same issue.

npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.2" from [email protected]
npm ERR! node_modules/flume
npm ERR! flume@"*" from the root project

Fix:
I tried Yarn install instead and it worked, kinda. While Flume was installed, my AWS Amplify site crashed and after 20 minutes of digging around, I seen a comment that made me think I should try to Yarn install Amplify again and that got everything working.

from flume.

atwright147 avatar atwright147 commented on June 17, 2024

Add the following to package.json

  "overrides": {
    "flume": {
      "react": "$react",
      "react-dom": "$react-dom"
    },
    "@reach/utils": {
      "react": "$react",
      "react-dom": "$react-dom"
    }
  }

from flume.

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.