Dependency Installation Failures

Problem

Composer or NPM dependencies fail to install, causing missing features or errors.

Solution

    1. Run composer install in the plugin directory to install PHP dependencies.
    2. Run npm install to install JavaScript dependencies.
    3. Ensure you have Composer and Node.js installed and updated.
    4. Check for error messages in the terminal and resolve any missing packages.
    5. Tips

    6. Delete the vendor/ or node_modules/ folder and reinstall if issues persist.
    7. Use the correct Node.js version (18+ recommended).

Share this article

Was this article helpful?

Help us improve our documentation

Still need help?

Our support team is ready to assist you with personalized guidance for your workspace.

Submit a support ticket