Software⏱️ 2 min read📅 2026-05-29

How to Fix: Package not found error in Saucectl command line execution

Saucectl package not found error in command line execution

Quick Answer: Verify that the cypress-mochawesome-reporter plugin is installed and configured correctly, and ensure that the reporter option is defined in the saucectl config files.

To resolve the Package not found error in Saucectl command line execution, follow these steps:

💡 Conclusion

  • Verify that the reporter option is correctly defined in your cypress.qa.config.js file.

Method 1: Update Saucectl Configuration

  1. Step 1: Run the command `saucectl config update --reporter mochawesome` to update the reporter option.

Method 2: Verify Package Installation

  1. Step 1: Run the command `npm install --force` in your project directory to reinstall the required packages.

If you have already tried these steps, ensure that the reporter option is correctly defined in your cypress.qa.config.js file and try running the saucectl command again.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions