Open MaxLmqr opened 1 year ago
Hi Max,
I also encountered similar problem with snap-2-snomed UI installation and it also failed, seems there are various issues. Are you also using Windows operating system ?
Best, Mateen
I am attaching the appropriate file that you can manually install until we can sort out alternate access.
Thank you !
I managed to launch it locally with the following steps :
Manually installing node_modules
and replacing shrimp hierarchy view with the zip you gave me
I had to change in the pom.xml
From :
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
To :
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>compile</scope>
</dependency>
mvn clean package
-> generates the docker image and build the frontendI still have an issue on this command, building the frontend it fails on yarn run test-headless
, but it works when I run it manually. And I can run the frontend with yarn start
[INFO] Chrome Headless 113.0.5672.92 (Mac OS 10.15.7) ERROR
[INFO] An error was thrown in afterAll
[INFO] Error: Expected false to be truthy.
[INFO] at <Jasmine>
[INFO] at http://localhost:9876/_karma_webpack_/webpack:/src/app/mapping/mapping-add/mapping-add.component.spec.ts:168:37
[INFO] at _ZoneDelegate.invoke (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone-evergreen.js:372:1)
[INFO] at ProxyZoneSpec.push.QpwO.ProxyZoneSpec.onInvoke (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/dist/zone-testing.js:303:1)
Running ./latest_ddl.sh
Running docker compose up
Hello !
I am trying to launch the project locally, with a view to integrating it into a wider application. I am having an issue running the
mvn clean package
command. It seems that I am not allowed to get the package for the SNAP-2-SNOMED user interface.More details :
The
shrimp-hierarchy-view
seems to be private. Is there any additionnal procedure I should follow ?Best regards, Max