Dear SageMathCell Community, I am currently working on installing SageCell on my Ubuntu VPS and have encountered several errors during the npm run build process after executing the command: ../sage/sage -sh -c make.
I also attempted to resolve the issues by using the command: ../sage/sage -sh -c make -B but I continue to face these errors regarding missing JavaScript modules: ERROR in ./js/interact_cell.js Module not found: Error: Can't resolve 'base/js/events' in '/home/tssfl/sagecell/js' @ ./js/session.js @ ./js/cell.js @ ./js/main.js ERROR in ./js/session.js Module not found: Error: Can't resolve 'base/js/events' in '/home/tssfl/sagecell/js' @ ./js/cell.js @ ./js/main.js ERROR in ./js/session.js Module not found: Error: Can't resolve 'base/js/namespace' in '/home/tssfl/sagecell/js' @ ./js/cell.js @ ./js/main.js ERROR in ./js/session.js Module not found: Error: Can't resolve 'services/kernels/kernel' in '/home/tssfl/sagecell/js' @ ./js/cell.js @ ./js/main.js ERROR in ./js/utils.js Module not found: Error: Can't resolve 'base/js/utils' in '/home/tssfl/sagecell/js' @ ./js/cell.js @ ./js/main.js ERROR in ./js/widgets.js Module not found: Error: Can't resolve 'mpl' in '/home/tssfl/sagecell/js' @ ./js/session.js @ ./js/cell.js @ ./js/main.js webpack 5.94.0 compiled with 6 errors in 42713 ms make: *** [Makefile:42: static/embedded_sagecell.js] Error 1 Could you please provide guidance on how to address these errors? Any insights or suggestions would be greatly appreciated. Kind regards, Elimboto -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-cell/CACEZTmsiQLjcbJJBspZ%3DxFmWvUMfb6sBF6jd%2BpqB2Jg-8qb%2BwQ%40mail.gmail.com.
