nixypanda / react-horizontal-timeline

[Not maintained] A Timeline component
http://sherubthakur.github.io/react-horizontal-timeline
303 stars 90 forks source link

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

Open vancouver29 opened 3 years ago

vancouver29 commented 3 years ago

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

MUMUKSHMEGHWAL commented 3 years ago

@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.