The issue where the yarnpkg command was not found when trying to collect the latest information has been resolved.
The problem was caused by a missing dependency or an outdated version of Yarn installed on the system.
Feat(yarn-detection): detect the presence of yarn and hadoop installations
A new feature has been added to detect the presence of yarn and hadoop installations in the current environment.
This feature helps to avoid potential conflicts or confusion caused by the yarn CLI name being used by other DevOps tools.
Changes:
Updated the installation instructions in the README file to ensure that users have the latest version of Yarn installed.
Added a check in the build script to verify the presence of yarnpkg and provide a helpful error message if it's not found.
Included a fallback option to install Yarn automatically if it's not present on the system.
Implemented a new feature that detects the presence of yarn and hadoop installations in the current environment.
How to Test:
Follow the updated installation instructions in the README file to install the required dependencies, including Yarn.
Run the build script or the command that was previously failing due to the missing yarnpkg command.
Verify that the build process completes successfully and that the latest information is collected correctly.
Test the new yarn and hadoop detection feature by running the appropriate command or script.
Ensure that the detection feature correctly identifies the presence or absence of yarn and hadoop installations.
Additional Notes:
If users encounter any issues during the installation process or with the updated build script, they should consult the documentation or reach out to the support team for further assistance.
This fix ensures that the application can collect the latest information reliably, regardless of the user's system configuration or the presence of Yarn.
The yarn and hadoop detection feature helps to avoid potential conflicts caused by the yarn CLI name being used by other tools.
This pull request addresses two main issues:
Fix: yarnpkg not found with collect latest info
yarnpkg
command was not found when trying to collect the latest information has been resolved.Feat(yarn-detection): detect the presence of yarn and hadoop installations
yarn
andhadoop
installations in the current environment.yarn
CLI name being used by other DevOps tools.Changes:
yarnpkg
and provide a helpful error message if it's not found.yarn
andhadoop
installations in the current environment.How to Test:
yarnpkg
command.yarn
andhadoop
installations.Additional Notes:
yarn
CLI name being used by other tools.Closes https://github.com/browserslist/update-db/issues/27, https://github.com/browserslist/update-db/issues/33
Please review the changes and let me know if you have any questions or concerns.