fourctv / dicomViewerLib

Angular 9+ DICOM Viewer Component and demo app
MIT License
41 stars 42 forks source link

Viewer not loading #20

Open Vigneshjana opened 3 years ago

Vigneshjana commented 3 years ago

Followed all the steps which you have mentioned in the repo but I am facing the below error.

image

fourctv commented 3 years ago

looks like you are not building the dicomviewer library before starting the demo app. you need to run this at least once, to get the library ready:

npm install; npm run buildLib

Then you can start the viewer demo via: npm start

manoj4avalara commented 2 years ago

I am also getting the same error , tried the steps as above :

1349_169_1