https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41173
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from David Nind <[email protected]> --- I'm assuming for this bug that you need to run a yarn build. I get this error when I do, and the ERM landing page is blank (normal staff interface header is displayed without any additional ERM module content) - is there anything else you need to do? (The same happens when you just apply bug 39320.) yarn build yarn run v1.22.22 $ yarn css:build && yarn js:build && yarn api:bundle $ gulp css && gulp css --view opac [02:09:14] Using gulpfile /kohadevbox/koha/gulpfile.js [02:09:14] Starting 'css'... [02:09:14] Finished 'css' after 8.93 ms [02:09:20] Using gulpfile /kohadevbox/koha/gulpfile.js [02:09:20] Starting 'css'... [02:09:20] Finished 'css' after 9.78 ms $ rspack build --mode development ERROR in ./koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/ModuleDashboard.vue?vue&type=script&lang=js (../../../../../../../../node_modules/vue-loader/dist/index.js??ruleSet[0]!./koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/ModuleDashboard.vue?vue&type=script&lang=js) 5:0-54 × Module not found: Can't resolve 'vue-draggable-next' in '/kohadevbox/koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard' ╭─[5:33] 3 │ import WidgetPicker from "./WidgetPicker.vue"; 4 │ import { $__ } from "@koha-vue/i18n"; 5 │ import { VueDraggableNext } from "vue-draggable-next"; · ──────────────────── 6 │ 7 │ export default { ╰──── Rspack compiled with 1 error in 1.43 s Rspack compiled successfully in 1.16 s Rspack compiled successfully in 707 ms error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
