Hi,
we are trying to upgrade our v1.17.2 instance to the latest version.
Going to v1.19.x worked fine, but v2.0.x caused some major issues.
We could resolve most of the issues by:
./nodebb reset -p nodebb-plugin-emoji-extended
./nodebb reset -p nodebb-plugin-emoji-one
./nodebb reset -p nodebb-plugin-custom-file-extensions
./nodebb reset -p nodebb-plugin-composer-redactor
./nodebb activate nodebb-plugin-emoji
./nodebb activate nodebb-plugin-composer-default
But the build still fails with 2 errors:
ERROR in ./build/public/src/modules/jquery.form.min.js.map 1:10
Module parse failed: Unexpected token (1:10)
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
and
ERROR in ./build/public/src/modules/pulling-drawer.js.map 1:10
Module parse failed: Unexpected token (1:10)
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
Full build log: https://logpaste.com/cUN6JKJq
These are the plugins we use:
Active plugins:
* [email protected] (installed, disabled)
* [email protected] (installed, enabled)
* [email protected] (installed, enabled)
* [email protected] (installed, enabled)
* [email protected] (installed, enabled)
* [email protected] (installed, enabled)
* [email protected] (installed, enabled)
* [email protected] (installed, enabled)
* [email protected] (installed, enabled)
* [email protected] (installed, disabled)
* [email protected] (installed, enabled)
* [email protected] (installed, enabled)
* [email protected] (installed, disabled)
* [email protected] (installed, enabled)
* [email protected] (installed, disabled)
* [email protected] (installed, disabled)
* [email protected] (installed, enabled)
I already tried to reinstall the pulling module, for example, and manually install all its dev dependencies, but it did not help:
npm install rollup rollup-plugin-typescript rollup-plugin-uglify tslint tslint-config-airbnb typescript uglifyjs
The forum itself works, but none of the links in the admin UI work. There are no errors in the web console - simply nothing happens when you click on a link.
Any help would be greatly appreciated.
PS: we are using Ubuntu 22.04 with Node.js v20.11.1 and NPM 10.2.4.
Thanks and best regards,
Tobi