GithubHelp home page GithubHelp logo

Comments (6)

jonsugar avatar jonsugar commented on June 9, 2024 3

The issue is caused if the Laravel installer (or another package that requires it) is installed before Takeout. The Laravel installer requires guzzle ^6.0|^7.0 and installs 7.0 if it can. If Takeout is installed first then Guzzle 6.5 will be installed and the Laravel installer will just use that.

For now, you can remove the Laravel installer install Takeout then re-install the Laravel installer.

A hack I know but it should work until Takeout is fixed.

from takeout.

sheldonkotyk avatar sheldonkotyk commented on June 9, 2024

All I have is valet and the Laravel installer globally.

from takeout.

mattstauffer avatar mattstauffer commented on June 9, 2024

Please update your global dependencies and then try again. Also will soon be addressed by #64.

from takeout.

filipac avatar filipac commented on June 9, 2024

@mattstauffer updated all global dependencies but still nope :) all i have locally installed, latest versions for all:

"require": {
    "laravel/valet": "^2.10",
    "spatie/phpunit-watcher": "^1.22",
    "laravel/installer": "^3.2",
    "beyondcode/expose": "^1.3"
  }

from takeout.

OliverTe avatar OliverTe commented on June 9, 2024

Same here. Issue is:

  • tightenco/takeout v1.0.0 requires guzzlehttp/guzzle ^6.5 -> satisfiable by guzzlehttp/guzzle[6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5].

Have 7.0.1 installed, but ^6.5 is not satisfied with 7.0.1.

Basically this package would be forcing us to downgrade to 6.5.x, but that would be in conflict with the current Laravel installer.

from takeout.

filipac avatar filipac commented on June 9, 2024

Opened #67 and this should make it work with any other globally installed package.

from takeout.

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.