https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41328
--- Comment #6 from David Nind <[email protected]> --- I can confirm that I get the warnings and error by deleting the node_modules directory in my Koha git clone directory. However, there are now lots of Vue Router warnings, that I didn't get before I deleted the directory. After starting up KTD and enabling preservation and ERM modules, is there anything else I need to do? 1. Before starting up KTD, in my koha git clone directory: sudo rm -R node_modules 2. KTD: git pull (was one git change - Issue #517: Wipe possible residual directories from previous engine), removed all images, ktd pull 3. Acquisitions: - Acquisition > Vendors > Search (table shown with one vendor, My Vendor) - Warnings and errors: . ResourceList.vue:318 [Vue warn]: Unhandled error during execution of mounted hook . KohaTable.vue:228 Uncaught (in promise) TypeError: table.value.dt is not a function 4. ERM: - Several warnings: . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings/local" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eusage" - ResourceList.vue:314 [Vue warn]: Unhandled error during execution of mounted hook - Uncaught (in promise) TypeError: table.value.dt is not a function 5. Preservation: - Add a new processing: . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/preservation/settings/processings" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/preservation/settings/processings" - Add a new train: . ResourceList.vue:318 [Vue warn]: Unhandled error during execution of mounted hook . KohaTable.vue:228 Uncaught (in promise) TypeError: table.value.dt is not a function 6. Apply patch 7. yarn build (note: get lots of 'Deprecation warnings') (is something else required here?) 8. restart_all 9. Browser history/cache deleted 10. Acquisitions: - No warnings, but noticable delay loading table of vendors (with only two vendors, "Processing..." is shown as well) 11. ERM: - Noticable delay in loading ERM home page . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings/local" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eusage" - Loading agreements page (no noticable delay in loading): Same warnings as for home page - Loading licenses page: Same warnings as for home page - Loading packages and titles pages: . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings/local" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings/local" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eusage" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings/local" - Loading data providers and reports page: . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eusage" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eholdings/local" . [Vue Router warn]: No match found for location with path "/cgi-bin/koha/erm/eusage" 12. Preservation: - Noticable delay in loading preservation home page - No warnings or errors 13. I used Chromium with the developer tools. Got similar warnings using Firefox developer edition, but the pages loaded noticably faster. -- 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/
