@baris same issue unfortunately:
Dependencies outdated or not yet installed.
Installing them now...
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: nodebb@4.3.0
npm error Found: eslint@8.57.1
npm error node_modules/eslint
npm error peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.3.0
npm error node_modules/@eslint-community/eslint-utils
npm error @eslint-community/eslint-utils@"^4.2.0" from eslint@8.57.1
npm error peer eslint@"^7.32.0 || ^8.2.0" from eslint-config-airbnb-base@15.0.0
npm error node_modules/eslint-config-airbnb-base
npm error eslint-config-airbnb-base@"15.0.0" from eslint-config-nodebb@0.2.1
npm error node_modules/eslint-config-nodebb
npm error dev eslint-config-nodebb@"1.1.4" from the root project
npm error 3 more (eslint-config-nodebb, eslint-plugin-import, nodebb-plugin-2factor)
npm error
npm error Could not resolve dependency:
npm error dev @stylistic/eslint-plugin-js@"4.2.0" from the root project
npm error
npm error Conflicting peer dependency: eslint@9.25.1
npm error node_modules/eslint
npm error peer eslint@">=9.0.0" from @stylistic/eslint-plugin-js@4.2.0
npm error node_modules/@stylistic/eslint-plugin-js
npm error dev @stylistic/eslint-plugin-js@"4.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error .../.npm/_logs/2025-05-01T13_56_37_050Z-eresolve-report.txt
npm error A complete log of this run can be found in: .../.npm/_logs/2025-05-01T13_56_37_050Z-debug-0.log
Error installing dependencies!
message: Command failed: npm install --omit=dev
stdout: null
stderr: null
.../NodeBB/src/cli/package-install.js:138
throw e;
^
Error: Command failed: npm install --omit=dev
at genericNodeError (node:internal/errors:983:15)
at wrappedFn (node:internal/errors:537:14)
at checkExecSyncError (node:child_process:882:11)
at Object.execSync (node:child_process:954:15)
at pkgInstall.installAll (.../NodeBB/src/cli/package-install.js:129:9)
at Object. (.../NodeBB/src/cli/index.js:50:18)
at Module._compile (node:internal/modules/cjs/loader:1734:14)
at Object..js (node:internal/modules/cjs/loader:1899:10)
at Module.load (node:internal/modules/cjs/loader:1469:32)
at Function._load (node:internal/modules/cjs/loader:1286:12) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 2732894,
stdout: null,
stderr: null
}
Node.js v23.11.0
@baris that worked! :rocket: :)