We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The package command crashes since the upgrade of yarn from v1.19 to v4.6
To Reproduce
Run yarn serverless package --stage xx
yarn serverless package --stage xx
Expected behavior
It should bundle without an error.
Screenshots or Logs
Error: Command failed with exit code 1: yarn list --json --production Usage Error: Couldn't find a script named "list".
Versions (please complete the following information):
Additional context
I'm using yarn v4.6.0, and it seems the list command has been deprecated in favor of info as stated in the docs : https://yarnpkg.com/migration/guide#renamed-commands
list
info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The package command crashes since the upgrade of yarn from v1.19 to v4.6
To Reproduce
Run
yarn serverless package --stage xx
Expected behavior
It should bundle without an error.
Screenshots or Logs
Versions (please complete the following information):
Framework Core: 3.40.0 (local)
Plugin: 7.2.3
SDK: 4.5.1
Additional context
I'm using yarn v4.6.0, and it seems the
list
command has been deprecated in favor ofinfo
as stated in the docs : https://yarnpkg.com/migration/guide#renamed-commandsThe text was updated successfully, but these errors were encountered: