Skip to content
Back

local build `composer installer:dev` issue

  • 0
  • 1
  • Self Hosted
x
20 Jun, 2026, 15:48

setup

  • dev container (default linux universal) WSL (test with gh codespace too)
  • php 8.5.7
  • all extensions installed
  • composer install fine
  • composer run installer:dev issue
TypeScript
 => [appwrite-worker-functions] resolving provenance for metadata file     0.0s
 => [appwrite] resolving provenance for metadata file                      0.0s
[+] Building 1/1
 ✔ appwrite-dev  Built                                                     0.0s 

exec /usr/local/bin/install: no such file or directory

Script docker compose build && composer installer:clean && php src/Appwrite/Platform/Installer/Server.php --docker handling the installer:dev event returned with error code 255

and xdebug issue

TypeScript
"unlink(/tmp/appwrite-install-lock.json): No such file or directory" 
src/Appwrite/Platform/Installer/Server.php:296
TL;DR
Issue with running `composer run installer:dev` command in a local build setup. Error message indicates missing `/usr/local/bin/install` file and xdebug problem with `/tmp/appwrite-install-lock.json`. Solution is to check the scripts and verify the correct paths/files are being referenced.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more