Describe the problem/error/question
Since the latest upgrade to 1.114.3, initializing n8n locally throws following error
What is the error message (if any)?
Initializing n8n process
n8n ready on ::, port 5678
TypeError: Cannot read properties of undefined (reading ‘manager’)
at new InstalledNodesRepository (C:\Users\aruna\AppData\Local\npm-cache_npx\a8a7eec953f1f314\node_modules\n8n\src\modules\community-packages\installed-nodes.repository.ts:9:36)
at ContainerClass.get (C:\Users\aruna\AppData\Local\npm-cache_npx\a8a7eec953f1f314\node_modules@n8n\di\src\di.ts:104:16)
at C:\Users\aruna\AppData\Local\npm-cache_npx\a8a7eec953f1f314\node_modules@n8n\di\src\di.ts:97:17
at Array.map ()
at ContainerClass.get (C:\Users\aruna\AppData\Local\npm-cache_npx\a8a7eec953f1f314\node_modules@n8n\di\src\di.ts:91:36)
at C:\Users\aruna\AppData\Local\npm-cache_npx\a8a7eec953f1f314\node_modules@n8n\di\src\di.ts:97:17
at Array.map ()
at ContainerClass.get (C:\Users\aruna\AppData\Local\npm-cache_npx\a8a7eec953f1f314\node_modules@n8n\di\src\di.ts:91:36)
at Start.init (C:\Users\aruna\AppData\Local\npm-cache_npx\a8a7eec953f1f314\node_modules\n8n\src\commands\base-command.ts:143:20)
at Start.init (C:\Users\aruna\AppData\Local\npm-cache_npx\a8a7eec953f1f314\node_modules\n8n\src\commands\start.ts:202:3)
Exiting due to an error.
Cannot read properties of undefined (reading ‘manager’)
Information on your n8n setup
- n8n version: 1.114.4
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm
- Operating system: Windows 11