scenejs-timeline icon indicating copy to clipboard operation
scenejs-timeline copied to clipboard

Run the react-scenejs-timeline alone

Open mhsprog opened this issue 3 years ago • 0 comments

Hi I downloaded this project through this command: git clone [email protected]:daybrush/scenejs-timeline.git Successfully I want to run the react-scenejs-timeline project under this folder : “scenejs-timeline\packages\react-scenejs-timeline

by running these commands

  1. npm install
  2. npm start

but when run npm start The following address opens in the browser http://localhost:3000/daybrush/scenejs-timelin And the below errors are shown in the browser console

Uncaught SyntaxError: Unexpected token '<' => bundle.js:1 Manifest: Line: 1, column: 1, Syntax error. => scenejs-timelin/manifest.json:1

What’s the problem?

mhsprog avatar Mar 31 '22 20:03 mhsprog