We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
5.42.2
MacOS 15.4.1
Safari
Yarn version 1.22.22 Running yarn webiny watch admin --env dev in my newly created and deployed Webiny app
yarn webiny watch admin --env dev
To start the admin app locally
I got an error like below.
No response
I've traced it down to the listCommands command in file node_modules/@webiny/cli-plugin-deploy-pulumi/commands/watch/listPackages.js
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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 appWhat 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.
The text was updated successfully, but these errors were encountered: