Mirage error

37 views
Skip to first unread message

mba...@gmail.com

unread,
Nov 17, 2020, 12:58:31 PM11/17/20
to DSpace Technical Support
I am trying to use the Mirage 2 theme but i get the error below. 
  • I am using Ubuntu 18.04.
  • I am running dspace 6.3
  • I have tried running mvn as non root user
  • I have changed git to https


syntax error: File to impooort not found or unreadable: ../vendeor/bootsrap-sass-official/assets/stylesheets/bootstrap Load paths comapss::SpriteImporter /home/dspace/source/dspace/modules/xmlui-mirage2/target/rubygems/gems/compass-core-1.0.3/stylesheets on line 16 of styles/main.scss


Screenshot from 2020-11-17 19-19-14.png

José Geraldo

unread,
Nov 17, 2020, 4:02:01 PM11/17/20
to mba...@gmail.com, DSpace Technical Support

--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/1530095a-d4d4-4d86-8ec5-b115f0e7beb5n%40googlegroups.com.


--
At.te,

José Geraldo

Jose Blanco

unread,
Nov 18, 2020, 10:18:14 AM11/18/20
to José Geraldo, mba...@gmail.com, DSpace Technical Support
I had the same issue.  Take a look at this thread: https://groups.google.com/g/dspace-tech/c/jI45dSt_QA8/m/9uW_GG3-AwAJ

Basically, you need to use "npm install --no-bin-links". I changed:

dspace/modules/xmlui-mirage2/pom.xml in two places, replacing "npm install"

- <argument>install</argument>
+ <argument>install --no-bin-links</argument>

This fixed the issue.

-Jose

Reply all
Reply to author
Forward
0 new messages