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 was trying to run this and npm installed then run the webpack command ./node_modules/.bin/webpack
It's trying to run the index.html and it's trying to load the models and files BUT it's missing the configAtlasViewer.js when the console is inspected.
btw instead of running webpack command like this ./node_modules/.bin/webpack you can install it globally npm i webpack -g then just webpack in the folder.
I seriously don't know what is this project about I just saw your research and thought it was a 3D human body anatomy which I wanted to see and deploy somewhere but no luck I guess.
Thanks
The text was updated successfully, but these errors were encountered:
Hi there,
I was trying to run this and npm installed then run the webpack command
./node_modules/.bin/webpack
It's trying to run the index.html and it's trying to load the models and files BUT it's missing the configAtlasViewer.js when the console is inspected.
btw instead of running webpack command like this
./node_modules/.bin/webpack
you can install it globallynpm i webpack -g
then just webpack in the folder.I seriously don't know what is this project about I just saw your research and thought it was a 3D human body anatomy which I wanted to see and deploy somewhere but no luck I guess.
Thanks
The text was updated successfully, but these errors were encountered: