react-horizontal-timeline icon indicating copy to clipboard operation
react-horizontal-timeline copied to clipboard

Module not found: Can't resolve 'react-horizontal-timeline' in '/usr/src/app/src/App/components/Timeline'

Open vancouver29 opened this issue 4 years ago • 1 comments

i installed the module 'react-horizontal-timeline' and i imported it in my TimelineComponent in Timeline folder. But it gives an error back that Module not found: Can't resolve 'react-horizontal-timeline' in '/usr/src/app/src/App/components/Timeline'

in package.json there is a dependency 'react-horizontal-timeline: "1.5.3"' installed

Does anyone have a hint for me ?

Thank you in advance

vancouver29 avatar Oct 26 '20 16:10 vancouver29

@vancouver29 You need to be more specific. I did "npx create-react-app my-app && npm i react-horizontal-timeline" and create example in app.js and start the project and it worked. So error for you is not related to module.

MUMUKSHMEGHWAL avatar Oct 26 '20 17:10 MUMUKSHMEGHWAL