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 On Tue, Nov 17, 2020 at 4:02 PM José Geraldo <[email protected]> wrote: > Maybe that can help you: > > > https://github.com/DSpace/DSpace/pull/2315/files#diff-5576a54a7c1a9188bf7f34514ce72078 > > > https://jira.lyrasis.org/browse/DS-4115?focusedCommentId=62075&page=com.atlassian.jira.plugin.system.issuetabpanels%253Acomment-tabpanel#comment-62075 > > Em ter., 17 de nov. de 2020 às 14:58, [email protected] <[email protected]> > escreveu: > >> 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 >> >> >> -- >> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/dspace-tech/1530095a-d4d4-4d86-8ec5-b115f0e7beb5n%40googlegroups.com >> <https://groups.google.com/d/msgid/dspace-tech/1530095a-d4d4-4d86-8ec5-b115f0e7beb5n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > At.te, > > José Geraldo > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dspace-tech/CANP4ikQ1_KQtBwEP5eqO1dvTZNo2hwjdzSz7SkzfZnzi6670Yg%40mail.gmail.com > <https://groups.google.com/d/msgid/dspace-tech/CANP4ikQ1_KQtBwEP5eqO1dvTZNo2hwjdzSz7SkzfZnzi6670Yg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/CAK%3DKc-uYZ5KP70x7NzYFHk-Ng8grG%3DwDP%2BoHU3oaAqDiuHktiA%40mail.gmail.com.
