Corrupt installation
The MODULE_NOT_FOUND error means PhotoStructure can’t find files it needs to run. This usually indicates an incomplete or corrupted installation.
How to fix it
Desktop app
- Uninstall PhotoStructure
- Download and install the latest version from photostructure.com/install
Your library and photos are stored separately and won’t be affected.
Docker
Pull a fresh image:
docker pull photostructure/server:latest
docker stop photostructure
docker rm photostructure
# Then recreate your container
Node edition
Reinstall dependencies:
rm -rf node_modules
npm install
Still broken?
If reinstalling doesn’t help, the error message should include which module is missing. Post that information to the forum and we’ll help diagnose it.
