You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to remove modes that I am not using from OHIF in order to have a cleaner worklist.
I was able to remove the microscopy mode using the cli, but not the newer preclinical-4d mode.
I am using OHIF v3.8.0 BTW.
Here is my console output :
root@1154173311e6:/usr/src/ohif# yarn run cli remove-mode @ohif/mode-preclinical-4d
yarn run v1.22.19
$ node ./platform/cli/src/index.js remove-mode @ohif/mode-preclinical-4d
Removing ohif-mode @ohif/mode-preclinical-4d...
✖ Searching for installed mode: @ohif/mode-preclinical-4d
→ Unexpected end of JSON input
Uninstalling npm package: @ohif/mode-preclinical-4d
Removing ohif-mode from the configuration file
Detecting extensions that can be removed...
Unexpected end of JSON input
Done in 1.11s.
Steps to Reproduce
Clone OHIF v3.8.0
Move into the cloned directory
Run yarn install --frozen-lockfile
Run yarn run cli remove-mode @ohif/mode-microscopy // Works
Run yarn run cli remove-mode @ohif/mode-preclinical-4d // Does not work
The current behavior
I cannot remove the mode @ohif/mode-preclinical-4d and it stays in the list of installed modes
The expected behavior
Mode @ohif/mode-preclinical-4d is removed and no longer accessible
OS
Fedora 40 with Docker (Debian 12 Bookworm)
Node version
18.20.3
Browser
Chromium
The text was updated successfully, but these errors were encountered:
Describe the Bug
Hello !
I am trying to remove modes that I am not using from OHIF in order to have a cleaner worklist.
I was able to remove the microscopy mode using the cli, but not the newer preclinical-4d mode.
I am using OHIF v3.8.0 BTW.
Here is my console output :
Steps to Reproduce
yarn install --frozen-lockfile
yarn run cli remove-mode @ohif/mode-microscopy
// Worksyarn run cli remove-mode @ohif/mode-preclinical-4d
// Does not workThe current behavior
I cannot remove the mode @ohif/mode-preclinical-4d and it stays in the list of installed modes
The expected behavior
Mode @ohif/mode-preclinical-4d is removed and no longer accessible
OS
Fedora 40 with Docker (Debian 12 Bookworm)
Node version
18.20.3
Browser
Chromium
The text was updated successfully, but these errors were encountered: