react-horizontal-timeline
react-horizontal-timeline copied to clipboard
Module not found: Can't resolve 'react-horizontal-timeline' in '/usr/src/app/src/App/components/Timeline'
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 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.