aws / amazon-chime-sdk-component-library-react

Amazon Chime React Component Library with integrations with the Amazon Chime SDK.
Apache License 2.0
268 stars 160 forks source link

Error when running Amazon Chime SDK Component Library React demo locally #912

Closed Schayimerdan closed 8 months ago

Schayimerdan commented 1 year ago

What happened and what did you expect to happen?

Seeing this issue on the browser: {"error":"ENOENT: no such file or directory, open 'dist/meeting.html'"}

Have you reviewed our existing documentation?

Reproduction steps

  1. Clone the Amazon Chime SDK Component Library React repository to your local machine.
  2. Navigate to the amazon-chime-sdk-component-library-react/demo/meeting directory.
  3. Run the application locally using npm start.

Amazon Chime SDK React Components Library version

latest

What browsers are you seeing the problem on?

Chrome

Browser version

Version 115.0.5790.110 (Official Build) (64-bit)

Device Information

Win11 Desktop

Meeting and Attendee ID Information.

No response

Browser console logs

server caught error: Error: ENOENT: no such file or directory, open 'dist/meeting.html'

Add any other context about the problem here.

No response

michhyun1 commented 8 months ago

you need to run npm i && npm run build && npm run start