Giter Site home page Giter Site logo

How correctly update flow? about flow-bin HOT 6 CLOSED

flow avatar flow commented on September 17, 2024
How correctly update flow?

from flow-bin.

Comments (6)

blazejgrzelinski avatar blazejgrzelinski commented on September 17, 2024 26

If Flow is in global folder uninstall it with:

  1. sudo npm uninstall --global flow-bin

and then install it again:

  1. sudo npm install --global flow-bin

from flow-bin.

svipas avatar svipas commented on September 17, 2024 6

Fixed.

  1. Check where is flow - whereis flow
  2. Remove it - sudo rm -rf /usr/bin/flow
  3. Add Flow - yarn global add flow-bin@latest

I don't remember if I installed Flow with NPM or no, even after deleting whole Node.js and NPM and reinstalling, it was always 0.37.4 version, but after that fix everything seems fine.

from flow-bin.

DaveClissold avatar DaveClissold commented on September 17, 2024 3

if you are on osx, it's worth looking in .usr/local/lib/node_modules. Not sure how but that is where my annoying little version was lurking and messing everything up.

from flow-bin.

DaveClissold avatar DaveClissold commented on September 17, 2024 1

After loads of searches I went on a hunt around my filesystem. If you are on osx, it's worth looking in .usr/local/lib/node_modules. Not sure how but that is where my annoying little version 0.68 was lurking and messing everything up.

from flow-bin.

rodocite avatar rodocite commented on September 17, 2024

If you're like me and forgot where you installed Flow and it doesn't seem to be in /usr/bin/flow or whereis is drawing a blank try npm -g ls | grep flow. You could have also installed flow through Homebrew or the binary.

from flow-bin.

camposbrunocampos avatar camposbrunocampos commented on September 17, 2024

I solved it by deleting .flowConfig file and running yarn flow init to create it again. It appears that .flowConfig is tightly linked to the version number.

from flow-bin.

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.