-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running phive install on 0.14.0 #257
Comments
Looks like I broke it by missing a test case for first runs ;) Further more, it looks like it's a regression from fixing #179. Hold tight, 0.14.1 incoming :) |
Problem is btw: Now that you had 0.13.2 working, you won't see the issue with 0.14.0 anymore ;) Or at least shouldn't... |
Fixed with Release 0.14.1. |
Regarding When running phive for the first time, this is now the default (unless people dislike that as a default...) but if you already have or only want the traditional |
Thank you :) yeah, that makes a lot of sense, that's a great idea. On professional and personal projects, my project root gets cluttered to no end with config files. It's nice Phive recognises that problem and is doing something to help. I did try upgrading to 0.14.0 after getting 0.13.2 working but I got a NoRateLimit error. I'll try upgrading to 0.14.1 tonight, see if that fixes the problem :) It's working wonderfully anyway - fighting with composer's SAT solver is not what you want to do when working on side-projects after working at a full-time job. In fact, I'm going to introduce this to the team I lead too :) Thanks for the awesome project! |
Glad you like it. If you run into any other issues, do not hesitate to open new tickets :) |
Will do :) are you open to bugfix PRs too? Some of us are happy enough to fork, fix bugs and open PRs if we encounter them. If PRs are welcome, what are the development environment requirements? e.g build tools, etc. |
Of course PRs are welcome, we're an open source project for a reason :) That question shows I should probably come around and add more documentation on our website ;) We use traditional Phive should run on PHP 7.2+ and on linux, macos and sigh windows ;) Other than that, I don't think we have any special needs. |
Phive sounds like a great tool that solves the problems I have installing tools via composer :)
I'm trying to set this up and I'm not sure if I've misunderstood or if I'm doing it wrong but I get this error running
phive install phpunit
for the first time:I also tried running
phive skel
but I get a similar error:I'm not sure what
.phive/phars.xml
is. Do I need to create this first? Is this different from the project-root levelphive.xml
? If I runrm -fr ~/.phive
and effectively start over, I still get this error.In terms of my environment, I'm running macOS Mojave, using PHP 7.4.4 installed via MacPorts.
I've downloaded 0.13.2 and this seems to be working fine - great in fact. So looks like an issue with 0.14.0 in particular? 🙂
The text was updated successfully, but these errors were encountered: