Problem
Composer or NPM dependencies fail to install, causing missing features or errors.
Solution
- Run
composer installin the plugin directory to install PHP dependencies. - Run
npm installto install JavaScript dependencies. - Ensure you have Composer and Node.js installed and updated.
- Check for error messages in the terminal and resolve any missing packages.
- Delete the
vendor/ornode_modules/folder and reinstall if issues persist. - Use the correct Node.js version (18+ recommended).
Tips
Share this article
Still need help?
Our support team is ready to assist you with personalized guidance for your workspace.