Skip to content

Watch command fails due to Yarn logs #4608

@cyberst

Description

@cyberst

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions