Hi Elishai, This looks like the packages managed by yarn aren't installed. You'll want to navigate to your project directory and find the file package.json and then run yarn install from within that directory. For example:
cd Projects/myproject/myproject yarn install If you did this already as part of your installation and you're serving Arches over Apache (or another web server), you may need to run collectstatic, which will place these files somewhere that the server can find them -- see the section under handling static files: https://arches.readthedocs.io/en/stable/serving-arches-with-apache/ Hope this helps, Angela On Thursday, July 9, 2020 at 8:18:58 AM UTC-4, Elishai Cohen wrote: > > Hi, > > I've installed Arches v5 following Arches documentation: > https://arches.readthedocs.io/en/stable/ > after that, I loaded ontologies. I loaded only ontologies, not the full > package of Arches. > > When using the app, navigating to Search, I'm getting a lot of errors of > missing files. > > Please see attached files. > > > Best, > Elishai > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" 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/archesproject/b8b491c2-71a9-4a7f-95fe-4ba9641a8bf1o%40googlegroups.com.
