Another Error Upgrade 4.7.1 to 4.8.2

Hello everyone, I only managed to install the new version 4.8.2 today. Sorry if I’m only getting to you today with the error listed below.

I tried to install the upgrade from version 4.7.1 to 4.8.2, but now I get the following error message:

Post-processing ‘appearance/node_modules/bootswatch/docs/3/node_modules/underscore/underscore-min.js’ failed!

Traceback (most recent call last):
File “/opt/mayan-edms/bin/mayan-edms.py”, line 22, in
main()
File “/opt/mayan-edms/bin/mayan-edms.py”, line 18, in main
execute_from_command_line(sys.argv)
File “/opt/mayan-edms/lib/python3.11/site-packages/django/core/management/init.py”, line 442, in execute_from_command_line
utility.execute()
File “/opt/mayan-edms/lib/python3.11/site-packages/django/core/management/init.py”, line 436, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “/opt/mayan-edms/lib/python3.11/site-packages/django/core/management/base.py”, line 412, in run_from_argv
self.execute(*args, **cmd_options)
File “/opt/mayan-edms/lib/python3.11/site-packages/django/core/management/base.py”, line 458, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/opt/mayan-edms/lib/python3.11/site-packages/mayan/apps/common/management/commands/common_perform_upgrade.py”, line 18, in handle
instance.do_perform_upgrade(
File “/opt/mayan-edms/lib/python3.11/site-packages/mayan/apps/common/management/base.py”, line 121, in do_perform_upgrade
self.do_install_dependencies()
File “/opt/mayan-edms/lib/python3.11/site-packages/mayan/apps/common/management/base.py”, line 99, in do_install_dependencies
management.call_command(
File “/opt/mayan-edms/lib/python3.11/site-packages/django/core/management/init.py”, line 194, in call_command
return command.execute(*args, **defaults)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/opt/mayan-edms/lib/python3.11/site-packages/django/core/management/base.py”, line 458, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/opt/mayan-edms/lib/python3.11/site-packages/mayan/apps/appearance/management/commands/appearance_prepare_static.py”, line 31, in handle
return super().handle(**options)
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/opt/mayan-edms/lib/python3.11/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py”, line 209, in handle
collected = self.collect()
^^^^^^^^^^^^^^
File “/opt/mayan-edms/lib/python3.11/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py”, line 154, in collect
raise processed
whitenoise.storage.MissingFileError: The file ‘appearance/node_modules/bootswatch/docs/3/node_modules/underscore/underscore-min.map’ could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x7fd91b47fb50>.

The JS file ‘appearance/node_modules/bootswatch/docs/3/node_modules/underscore/underscore-min.js’ references a file which could not be found:
appearance/node_modules/bootswatch/docs/3/node_modules/underscore/underscore-min.map

Please check the URL references in this JS file, particularly any
relative paths which might be pointing to the wrong location.

Did I do something wrong? What do i have to do? Thanks already for your help.

I have not been able to replicate this behavior.

What method of Mayan installation was used?