Skip to content
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

Disable tooling functionality broke in v3.20.1 #62

Closed
spfaffly opened this issue Sep 29, 2023 · 2 comments · Fixed by #65
Closed

Disable tooling functionality broke in v3.20.1 #62

spfaffly opened this issue Sep 29, 2023 · 2 comments · Fixed by #65
Assignees
Labels
bug Something isn't working

Comments

@spfaffly
Copy link

When trying to disable a command using this documentation:
https://docs.lando.dev/core/v3/tooling.html#disabling

And running any command it throws an error:
`lando --version
pkg/prelude/bootstrap.js:1926
return wrapper.apply(this.exports, args);
^

TypeError: Cannot create property 'id' on string 'disabled'
at /snapshot/cli/node_modules/@lando/core/lib/bootstrap.js
at /snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js
at baseForOwn (/snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js)
at /snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js
at Function.forEach (/snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js)
at Object.getTasks (/snapshot/cli/node_modules/@lando/core/lib/bootstrap.js)
at Object. (/snapshot/cli/bin/lando.js)
at Module._compile (pkg/prelude/bootstrap.js:1926:22)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)`

@spfaffly spfaffly added the bug Something isn't working label Sep 29, 2023
@pirog pirog self-assigned this Sep 29, 2023
@pirog pirog added Needs Triage and removed bug Something isn't working labels Sep 29, 2023
@pirog pirog transferred this issue from lando/lando Sep 29, 2023
@pirog pirog added bug Something isn't working and removed Needs Triage labels Sep 29, 2023
@pirog
Copy link
Member

pirog commented Sep 29, 2023

@spfaffly thats believable. let us investigate.

pirog added a commit that referenced this issue Sep 30, 2023
@pirog pirog linked a pull request Sep 30, 2023 that will close this issue
@pirog pirog closed this as completed in #65 Sep 30, 2023
pirog added a commit that referenced this issue Sep 30, 2023
pirog added a commit that referenced this issue Sep 30, 2023
* #62: improved docker-compose auto download

* #62: improved docker-compose auto download part 2

* #63: improved docker-compose auto download part 3

* #63: improved docker-compose auto download part 4

* #63: improved docker-compose auto download part 5
@spfaffly
Copy link
Author

spfaffly commented Oct 2, 2023

Thank you for the quick response!

pirog added a commit that referenced this issue Oct 10, 2024
pirog added a commit that referenced this issue Oct 10, 2024
* #62: improved docker-compose auto download

* #62: improved docker-compose auto download part 2

* #63: improved docker-compose auto download part 3

* #63: improved docker-compose auto download part 4

* #63: improved docker-compose auto download part 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants