Toujours la même erreur :
# ./nodebb upgrade
Updating NodeBB...
1. Updating package.json file with defaults... OK
2. Bringing base dependencies up to date... started
npm notice run nodebb@4.14.6 postinstall
npm notice run if [ "$NODE_ENV" != "production" ]; then npx husky install; fi
changed 4 packages, and audited 833 packages in 10s
129 packages are looking for funding
run `npm fund` for details
8 vulnerabilities (1 moderate, 7 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
3. Checking installed plugins for updates...Checking installed plugins and themes for updates... OK
A total of 2 package(s) can be upgraded:
* @nodebb/nodebb-plugin-reactions (3.0.3 -> 3.0.4)
* nodebb-plugin-feed (4.0.1 -> 4.0.3)
Proceed with upgrade (y|n)? y
Upgrading packages...
4. Updating NodeBB data store schema...
Parsing upgrade scripts...
OK | 0 script(s) found, 182 skipped
Schema update complete!
5. Rebuilding assets... started
2026-08-04T06:20:09.785Z [4567/57604] - info: [build] Building in parallel mode
2026-08-04T06:20:09.787Z [4567/57604] - info: [build] plugin static dirs build started
2026-08-04T06:20:09.787Z [4567/57604] - info: [build] requirejs modules build started
2026-08-04T06:20:09.788Z [4567/57604] - info: [build] client js bundle build started
2026-08-04T06:20:09.788Z [4567/57604] - info: [build] admin js bundle build started
2026-08-04T06:20:09.789Z [4567/57604] - info: [build] client side styles build started
2026-08-04T06:20:09.789Z [4567/57604] - info: [build] admin control panel styles build started
2026-08-04T06:20:09.791Z [4567/57604] - info: [build] templates build started
2026-08-04T06:20:09.791Z [4567/57604] - info: [build] languages build started
2026-08-04T06:20:10.316Z [4567/57604] - info: [build] plugin static dirs build completed in 0.528sec
2026-08-04T06:20:11.821Z [4567/57604] - info: [build] client js bundle build completed in 2.033sec
2026-08-04T06:20:11.821Z [4567/57604] - info: [build] admin js bundle build completed in 2.033sec
2026-08-04T06:20:15.137Z [4567/57604] - info: [build] requirejs modules build completed in 5.35sec
2026-08-04T06:20:15.138Z [4567/57604] - info: [build] Bundling with Webpack.
[10%] building (0/0 modules)
2026-08-04T06:20:16.987Z [4567/57604] - info: [build] client side styles build completed in 7.197sec
[10%] building (23/245 modules)
[10%] building (411/496 modules)
338 assets
541 modules
ERROR in ./build/public/scripts-client.js 3435:5
Module parse failed: Unexpected token (3435:5)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| });
|
> ;CC0 1.0 Universal
|
| Statement of Purpose
webpack 5.108.4 compiled with 1 error in 10848 ms
2026-08-04T06:20:27.656Z [4567/57604] - info: [build] Asset compilation successful. Completed in 17.861sec.
NodeBB Upgrade Complete!