Update OS
Update NodeBB
# ./nodebb upgrade
Updating NodeBB...
1. Updating package.json file with defaults... OK
2. Bringing base dependencies up to date... started
up to date, audited 873 packages in 14s
120 packages are looking for funding
run `npm fund` for details
30 vulnerabilities (3 low, 9 moderate, 18 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.
npm notice
npm notice New minor version of npm available! 11.6.4 -> 11.12.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.12.1
npm notice To update run: npm install -g npm@11.12.1
npm notice
3. Checking installed plugins for updates...Checking installed plugins and themes for updates... OK
A total of 3 package(s) can be upgraded:
* nodebb-plugin-extended-markdown (2.1.0 -> 2.1.1)
* @nodebb/nodebb-plugin-reactions (2.2.8 -> 2.2.10)
* nodebb-plugin-poll (3.2.6 -> 3.2.9)
Proceed with upgrade (y|n)? y
Upgrading packages...
4. Updating NodeBB data store schema...
Parsing upgrade scripts...
OK | 0 script(s) found, 165 skipped
Schema update complete!
5. Rebuilding assets... started
2026-04-17T13:10:30.597Z [4567/146983] - info: [build] Building in parallel mode
2026-04-17T13:10:30.601Z [4567/146983] - info: [build] plugin static dirs build started
2026-04-17T13:10:30.603Z [4567/146983] - info: [build] requirejs modules build started
2026-04-17T13:10:30.604Z [4567/146983] - info: [build] client js bundle build started
2026-04-17T13:10:30.605Z [4567/146983] - info: [build] admin js bundle build started
2026-04-17T13:10:30.606Z [4567/146983] - info: [build] client side styles build started
2026-04-17T13:10:30.607Z [4567/146983] - info: [build] admin control panel styles build started
2026-04-17T13:10:30.611Z [4567/146983] - info: [build] templates build started
2026-04-17T13:10:30.612Z [4567/146983] - info: [build] languages build started
2026-04-17T13:10:31.816Z [4567/146983] - info: [build] plugin static dirs build completed in 1.215sec
2026-04-17T13:10:33.386Z [4567/146983] - info: [build] client js bundle build completed in 2.782sec
2026-04-17T13:10:33.388Z [4567/146983] - info: [build] admin js bundle build completed in 2.783sec
2026-04-17T13:10:38.235Z [4567/146983] - info: [build] requirejs modules build completed in 7.632sec
2026-04-17T13:10:38.236Z [4567/146983] - info: [build] Bundling with Webpack.
2026-04-17T13:10:38.402Z [4567/146983] - info: [build] languages build completed in 7.79sec
[10%] building (0/0 modules)
2026-04-17T13:10:43.192Z [4567/146983] - info: [build] admin control panel styles build completed in 12.585sec
[10%] building (20/230 modules)
333 assets
814 modules
ERROR in ./build/public/scripts-client.js 3335:5
Module parse failed: Unexpected token (3335: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.104.1 compiled with 1 error in 13151 ms
2026-04-17T13:10:56.141Z [4567/146983] - info: [build] Asset compilation successful. Completed in 25.537sec.
NodeBB Upgrade Complete!