RadicalImaging / OHIFExtensionsAndModes

Radical's repository for OHIF extensions and modes
14 stars 8 forks source link

OHIF v3 +ECG Viewer #34

Open realvgm opened 1 year ago

realvgm commented 1 year ago

Hi;

We can generate a executable version of OHIF v3. But, we want to add your ecg viewer extension/mode (btw, which is the main difference between extension and mode), and we don't can.

If we run your command from https://ohif.org/modes/radical-imaging-ecg-mode it doesn't work: yarn cli add-mode @radicalimaging/ecg-dicom

Because there is no mode with this name (ecg-dicom), the correct name is "mode-ecg".

Whe we run yarn run cli add-mode @radicalimaging/mode-ecg in step × Installing npm package: @radicalimaging/mode-ecg is throw this error: error An unexpected error occurred: "expected workspace package to exist for \"css-loader\"".

Any ideas??

Thank you.

realvgm commented 1 year ago

We have:

node --version v18.11.0

yarn --version 1.22.10