Search Criteria
Package Details: lando-git 3.21.0.r0.gec6b7eef-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lando-git.git (read-only, click to copy) |
---|---|
Package Base: | lando-git |
Description: | A free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology [git version] |
Upstream URL: | https://docs.devwithlando.io |
Licenses: | GPL |
Conflicts: | lando |
Provides: | lando |
Submitter: | dmp1ce |
Maintainer: | tiziodcaio |
Last Packager: | tiziodcaio |
Votes: | 3 |
Popularity: | 0.028985 |
First Submitted: | 2018-11-24 01:32 (UTC) |
Last Updated: | 2024-06-04 15:07 (UTC) |
Dependencies (6)
- docker (rancher-desktop-gitAUR, podman-docker-gitAUR, docker-cli-binAUR, rancher-desktopAUR, docker-gitAUR, podman-docker)
- docker-compose (docker-compose-v1-binAUR, docker-compose-gitAUR, docker-desktopAUR)
- git (git-gitAUR, git-glAUR) (make)
- nodejs-lts-hydrogen (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR) (optional)
Latest Comments
« First ‹ Previous 1 2
malcolm commented on 2019-08-03 15:29 (UTC)
please update to rc.19
dmp1ce commented on 2018-11-27 14:59 (UTC)
Here is the issue I see currently. https://github.com/lando/lando/issues/1297
Also, I need to find a way to build with an older version of npm because of build requirements.
dmp1ce commented on 2018-11-26 16:09 (UTC)
I'm not sure if lando is useless without docker-compose but it probably is. Maybe they have different backends for lando. I mostly removed it as a hard dependency because namcap said docker wasn't a dependency.
Simply running yarn didn't work for me. I would prefer to only run yarn if it worked without any errors.
More importantly, I'm not sure if lando works with the latest version of docker-compose anyway. Once I can do some more testing I'm going to report that issue I'm having too.
inverse commented on 2018-11-26 10:03 (UTC)
@dmp1ce
But isn't the tool pretty useless without either of those? I'm newish to arch so correct me if I am wrong with this assumption?
Usually you just run "yarn" to install the packages as defined in the lock file? Perhaps wait till they reply to see what's correct.
dmp1ce commented on 2018-11-24 15:47 (UTC)
@inverse, I didn't think docker or docker-compose needed to run. In order for it to manage the environment docker and docker-compose is of course needed and many commands will fail.
I could only get things to work by updating npm packages. I raised an issue here: https://github.com/lando/lando/issues/1309
What should be done here? Maybe patch the yarn lock and only use yarn?
inverse commented on 2018-11-24 12:23 (UTC) (edited on 2018-11-24 12:23 (UTC) by inverse)
Thanks for making this. Some feedback.
« First ‹ Previous 1 2