Composer install: [RuntimeException] web/app/plugins/[plugin-name]/ does not exist and could not be created

I’ve created a new Digital Ocean droplet and deployed my project using Trellis and Bedrock.

Upon logging into the server and running composer install in the current/ directory, I get the following error message:

[RuntimeException] web/app/plugins/[plugin-name]/ does not exist and could not be created.

Is there a reason why you’re trying to run composer install on the server instead of running the deploy playbook?