ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.64k stars 591 forks source link

"node_modules" folder missing in Source code #1654

Closed NandhiniDhand closed 2 weeks ago

NandhiniDhand commented 5 months ago

Hi, The "node_modules" folder missing in the Source code Could you please assist me in including the "node_modules" and all references in Asp.net MVC project

ivmartel commented 5 months ago

The node_modules folder gets created when you run a npm install or yarn install. See the steps-to-run-the-viewer-from-scratch of the main readme file.

NandhiniDhand commented 5 months ago

I'm using the Asp .Net MVC project with .netframework could you please assist how can i install the npm install or yarn install

ivmartel commented 3 months ago

Please check their respective install guides:

ivmartel commented 2 weeks ago

I hope you fixed your problem. Closing for now, feel free to comment if you need.