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.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SNAP-2-SNOMED 0.1.0-SNAPSHOT:
[INFO]
[INFO] SNAP-2-SNOMED ...................................... SUCCESS [ 0.098 s]
[INFO] Snap2SNOMED API .................................... SUCCESS [ 16.553 s]
[INFO] SNAP-2-SNOMED UI ................................... FAILURE [ 5.726 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.537 s
[INFO] Finished at: 2023-04-28T14:38:03+02:00
[INFO] ------------------------------------------------------------------------
More details :
[INFO] --- frontend:1.12.1:yarn (yarn install) @ ui ---
[INFO] Running 'yarn install' in /Users/max/Galadrim/snap2snomed/ui/snapclient
[INFO] yarn install v1.22.10
[INFO] [1/4] Resolving packages...
[INFO] [2/4] Fetching packages...
[INFO] error An unexpected error occurred: "https://pkgs.dev.azure.com/aehrc/ontoserver/_packaging/aehrc-npm/npm/registry/@csiro/shrimp-hierarchy-view/-/shrimp-hierarchy-view-0.0.7.tgz: Request failed \"401 Unauthorized\"".
[INFO] info If you think this is a bug, please open a bug report with the information provided in "/Users/max/Galadrim/snap2snomed/ui/snapclient/yarn-error.log".
[INFO] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The shrimp-hierarchy-view seems to be private. Is there any additionnal procedure I should follow ?
Best regards,
Max
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 packagecommand. It seems that I am not allowed to get the package for the SNAP-2-SNOMED user interface.More details :
The
shrimp-hierarchy-viewseems to be private. Is there any additionnal procedure I should follow ?Best regards,
Max