Skip to content

Watch command fails due to Yarn logs #4608

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

Open
cyberst opened this issue Apr 20, 2025 · 0 comments
Open

Watch command fails due to Yarn logs #4608

cyberst opened this issue Apr 20, 2025 · 0 comments
Labels

Comments

@cyberst
Copy link

cyberst commented Apr 20, 2025

Version

5.42.2

Operating System

MacOS 15.4.1

Browser

Safari

What are the steps to reproduce this bug?

Yarn version 1.22.22
Running yarn webiny watch admin --env dev in my newly created and deployed Webiny app

What is the expected behavior?

To start the admin app locally

What do you see instead?

I got an error like below.

Image

Additional information

No response

Possible solution

I've traced it down to the listCommands command in file node_modules/@webiny/cli-plugin-deploy-pulumi/commands/watch/listPackages.js

Adding --silent option to the yarn commands in this file on line 10 and 23 solved my issue for me.

I'm not sure this issue is specific to my yarn installation or not, but I think having the --silent option in the listPackages.js file wouldn't hurt.

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

No branches or pull requests

1 participant