-
Notifications
You must be signed in to change notification settings - Fork 659
Open
Labels
Description
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.
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.
