CLI error Error: Cannot find module '/app/cli/dist/src/index.js' #2219

Closed
opened 2026-02-05 05:45:47 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ragaimeena on GitHub (Feb 22, 2024).

The bug

Error: Cannot find module '/app/cli/dist/src/index.js'

when trying to use CLI

node:internal/modules/cjs/loader:1147
throw err;
^

Error: Cannot find module '/app/cli/dist/src/index.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

Node.js v20.11.1

The OS that Immich Server is running on

Unraid

Version of Immich Server

v1.95.1

Version of Immich Mobile App

v1.95.1

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

unraid

Your .env content

unraid

Reproduction steps

1.
2.
3.
v1.95.1

Additional information

No response

Originally created by @ragaimeena on GitHub (Feb 22, 2024). ### The bug Error: Cannot find module '/app/cli/dist/src/index.js' when trying to use CLI node:internal/modules/cjs/loader:1147 throw err; ^ Error: Cannot find module '/app/cli/dist/src/index.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15) at Module._load (node:internal/modules/cjs/loader:985:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) at node:internal/main/run_main_module:28:49 { code: 'MODULE_NOT_FOUND', requireStack: [] } Node.js v20.11.1 ### The OS that Immich Server is running on Unraid ### Version of Immich Server v1.95.1 ### Version of Immich Mobile App v1.95.1 ### Platform with the issue - [ ] Server - [ ] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML unraid ``` ### Your .env content ```Shell unraid ``` ### Reproduction steps ```bash 1. 2. 3. v1.95.1 ``` ### Additional information _No response_
Author
Owner

@martabal commented on GitHub (Feb 22, 2024):

That’s an AIO issue https://github.com/imagegenius/docker-immich/issues/307

@martabal commented on GitHub (Feb 22, 2024): That’s an AIO issue https://github.com/imagegenius/docker-immich/issues/307
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#2219