Closed mralaminahamed closed 7 months ago
@ai, Kindly review the pull request.
I reverted your changes, fixed pnpm 9 issue with test.
You need to prepare another PR this time not breaking the tests.
Use pnpm unit
to run unit tests locally.
ok, i will.
Issue Description: When running the command to collect the latest information, the build process fails with an error indicating that the
yarnpkg
command is not found. This issue seems to be caused by a missing or outdated version of Yarn installed on the system.Steps to Reproduce:
yarn collect-latest-info
ornpm run collect-latest-info
).yarnpkg
command is not found.Expected Behavior: The command or script should successfully run and collect the latest information without any errors related to missing dependencies or commands.
Environment:
Additional Information:
Possible Solutions:
yarnpkg
and provide a helpful error message or fallback option if it's not found.Attachments:
Please let me know if you need any further information or clarification regarding this issue.