We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I enabled the variable - N8N_RUNNERS_ENABLED=true this error appeared in the logs, what could it be? When I disabled it, it no longer appears
[Task Runner]: Task runner failed to start {
error: Error: Cannot find module 'moment-with-locales'
Require stack:
/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js
/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/start.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1212:15)
at Module._load (node:internal/modules/cjs/loader:1043:27)
at Module.require (node:internal/modules/cjs/loader:1298:19)
at require (node:internal/modules/helpers:182:18)
at JsTaskRunner.preventPrototypePollution (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:86:17)
at new JsTaskRunner (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:81:14)
at start (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/start.js:85:14)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js',
'/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/start.js'
]
}
the error was not supposed to appear
v20.04.6
v1.94.0
v10.19.0
SQLite (default)
main (default)
The text was updated successfully, but these errors were encountered:
Hey @jonathan58168,
We have created an internal ticket to look into this which we will be tracking as "GHC-2269"
Sorry, something went wrong.
No branches or pull requests
Bug Description
When I enabled the variable - N8N_RUNNERS_ENABLED=true this error appeared in the logs, what could it be? When I disabled it, it no longer appears
[Task Runner]: Task runner failed to start {
error: Error: Cannot find module 'moment-with-locales'
Require stack:
/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js
/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/start.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1212:15)
at Module._load (node:internal/modules/cjs/loader:1043:27)
at Module.require (node:internal/modules/cjs/loader:1298:19)
at require (node:internal/modules/helpers:182:18)
at JsTaskRunner.preventPrototypePollution (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:86:17)
at new JsTaskRunner (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:81:14)
at start (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/start.js:85:14)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js',
'/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/start.js'
]
}
}
To Reproduce
When I enabled the variable - N8N_RUNNERS_ENABLED=true this error appeared in the logs, what could it be? When I disabled it, it no longer appears
[Task Runner]: Task runner failed to start {
error: Error: Cannot find module 'moment-with-locales'
Require stack:
/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js
/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/start.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1212:15)
at Module._load (node:internal/modules/cjs/loader:1043:27)
at Module.require (node:internal/modules/cjs/loader:1298:19)
at require (node:internal/modules/helpers:182:18)
at JsTaskRunner.preventPrototypePollution (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:86:17)
at new JsTaskRunner (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:81:14)
at start (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/start.js:85:14)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js',
'/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n[email protected][email protected][email protected]_/node_modules/@n8n/task-runner/dist/start.js'
]
}
}
Expected behavior
the error was not supposed to appear
Operating System
v20.04.6
n8n Version
v1.94.0
Node.js Version
v10.19.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: