-
Notifications
You must be signed in to change notification settings - Fork 417
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
yarn list --depth=1 --json --production failed with code 1 #1508
Comments
same issue with npm |
@bebbi PR is welcomed, you may take reference of #1252 and use the function @EhtashamAli |
Hi @vicary I've made a quick fix for myself which I'm happy to share but it kills yarn classic support. In order to turn this change into a proper PR, I will need contributor support:
|
@bebbi Responding to your questions,
Let's create a PR and start from there, I'll walk you through. |
any update about this? |
Any suggestions available for the above? |
Feel free to provide a PR based on what @vicary explained. Otherwise it doesn't help to ask for an update or a workaround :) |
in my case
serverless-webpack/lib/utils.js does not log stdout and stderr, which make debugging difficult. |
This is a (Bug Report / Feature Proposal)
Bug
Description
For bug reports:
When trying to
yarn serverless package --stage=...
,the error is
yarn list --depth=1 --json --production failed with code 1
Do not call
yarn list
or--production
as these are not supported byyarn berry
.For example here
For feature proposals:
Similar or dependent issue(s):
Additional Data
5.11.0
5.88.0
3.32.2
but: yarn 3.4.1
The text was updated successfully, but these errors were encountered: