Upgrade from NodeBB 1.13.3
Solved
Technical Support
-
I tried an upgrade with
./nodebb upgrade
, but my installation is still at 1.13.3.Updating NodeBB... 1. Updating package.json file with defaults... OK 2. Bringing base dependencies up to date... started npm WARN [email protected] requires a peer of nodebb-plugin-emoji@^2.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of textcomplete@^0.14.2 but none is installed. You must install peer dependencies yourself. audited 1363 packages in 11.977s 77 packages are looking for funding run `npm fund` for details found 107 vulnerabilities (3 low, 51 moderate, 48 high, 5 critical) run `npm audit fix` to fix them, or `npm audit` for details 3. Checking installed plugins for updates... OK 4. Updating NodeBB data store schema... Parsing upgrade scripts... OK | 0 script(s) found, 84 skipped Schema update complete! 5. Rebuilding assets... started ... Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating ... [benchpress] warning: output bloat due to ambiguous inner BEGIN --> <unknown>:139:14 | 139 | <!-- BEGIN questions --> | ^^^^^^^^^ `questions` could refer to the top-level value `questions` or the `.questions` property of the current element, so compiler must emit code for both cases | note: Migrate to modern syntax to avoid the ambiguity. This will become an error in the future. ... [benchpress] warning: keyword outside an interpolation token is deprecated --> <unknown>:33:19 | 33 | {{{each icons}}}@value{{{end}}} | ^^^^^^ help: wrap this in curly braces: `{@value}` | note: This will become an error in the v3.0.0 2021-10-25T11:31:44.536Z [4568/13825] - info: [build] templates build completed in 1.296sec 2021-10-25T11:31:44.537Z [4568/13825] - info: [build] languages build started 2021-10-25T11:31:53.959Z [4568/13825] - info: [build] languages build completed in 9.421sec 2021-10-25T11:31:53.959Z [4568/13825] - info: [build] sounds build started 2021-10-25T11:31:53.962Z [4568/13825] - info: [build] sounds build completed in 0.003sec 2021-10-25T11:31:53.963Z [4568/13825] - info: [build] Asset compilation successful. Completed in 40.021sec. NodeBB Upgrade Complete!
-
-
Yeah you'll need to do
git checkout v1.18.x
before running the upgrade command. -
Copyright © 2024 NodeBB | Contributors