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

Lando crashes when using Excludes in yaml #353

Open
leapxdco opened this issue Mar 13, 2025 · 2 comments
Open

Lando crashes when using Excludes in yaml #353

leapxdco opened this issue Mar 13, 2025 · 2 comments

Comments

@leapxdco
Copy link

OSX Ventura 13.5
Lando v3.24.0

When attempting to start with this config, I get undefined is not a function

name: site-name
recipe: pantheon
config:
  framework: wordpress
  site: site-name
  id: xxxxxxxx-xxxx-xxxx--xxxxxxxxxxxx
excludes:
  - wp-content/themes/my-theme/node_modules

This config works as expected

name: site-name
recipe: pantheon
config:
  framework: wordpress
  site: site-name
  id: xxxxxxxx-xxxx-xxxx--xxxxxxxxxxxx
#excludes:
#  - wp-content/themes/my-theme/node_modules
@AaronFeledy AaronFeledy transferred this issue from lando/lando Mar 18, 2025
@AaronFeledy
Copy link
Member

Does that path exist before your app is built?

@leapxdco
Copy link
Author

Does that path exist before your app is built?

Yes, the path exists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants