Hello dear friends, I tell you my case, install dspace
6.3 in ubuntu 18 and ubuntu 20 and everything normal with the xmlui
theme works normally, to enable Mirage 2 install all the requirements
that indicate, compile and install as root with the instructions:
mvn package -Dmirage2.on=true
-Dmirage2.deps.included=true
o esta
mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=true
ant update
I copy the folders to /opt/tomcat/webapps, restart tomcat and when I go to load the page it shows me this:
I'm
stuck and I don't know how to get out, some googling suggested putting
the bower version in this file
/build/dspace-6.3-src-release/dspace-xmlui-mirage2/src/main/webapp/
package.json , I did that and it persists the error. The same error
shows me both in Ubuntu 18 and in Ubuntu 20 Despite everything coming
out ok in the compilation with the indicated commands check the log
these are the outputs it shows me:
The versions of the installed dependencies are:
****** Ubuntu 18 ******
npm : 6.14.16
nvm : 0.38.0
bower : 1.8.14
node : v12.22.12
grunt : grunt-cli v1.4.3
compass : Compass 1.0.1 (Polaris)
sass : Sass 3.4.25 (Selective Steve)
ruby : ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]
******Ubuntu 20 ******
npm : 6.14.16
nvm : 0.38.0
bower : 1.8.14
node : v12.22.11
grunt : grunt-cli v1.4.3
compass : Compass 1.0.1 (Polaris)
sass : Sass 3.4.25 (Selective Steve)
ruby : ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]
Please if someone dealt with a similar situation and can give me a scope of how to overcome this error that has frustrated me.
Greetings