Closed abbaswasim closed 8 months ago
Can you verify that you installed the required dependencies using npm i
within the app_web
folder?
I have installed yes, how do I verify it?
Unfortunately we are not able to reproduce your issue.
Can you please do a clean clone of the entire repository, then cd into app_web and run npm i
and npm run build
and paste the entire output (anonymized) here?
I can't reproduce it anymore either. Thanks for your help. It displays correctly now. Anyways attached is the output of what yourasked.
Glad it is working now. I am going to close the issue.
Following the instructions to run the web app with.
npm run dev
I am not getting the correct output and I am seeing a javascript error in the console saying;I am not knowledgeable to work out what is going on but I think https://github.com/KhronosGroup/glTF-Sample-Viewer/blob/831cf2b03a64ad149f8f18f6d56e512a08ad0737/app_web/src/ui/ui.js#L5 is the culprit or thats unrelated. Of course trying out different combinations of
import Buefy from './buefy';
import Buefy from '../../node_modules/buefy';
didn't help.Here is the broken output.
I am using Intel iMac Pro with Ventura 13.6.1