-
Notifications
You must be signed in to change notification settings - Fork 178
Description
First off, I love this tool! It's exactly what I need for a project I wanted to make. Unfortunately, as someone brand new to npm, I'm completely lost as to the errors I'm experiencing nor how to remediate them. I'll document my steps below and hope someone can shed some light (keep in mind I have no idea of npn norms, so more verbose advice is appreciated!)
-
I am using Windows so I installed NodeJS (node-v20.10.0-x64) for Windows.
-
I run the
Node.js command promptand take it to a new folder where I want to clone this repo to. -
I run
git clone https://github.com/stephane-monnot/react-vertical-timeline.gitand the clone completes successfully -
I go into that folder and run
npm i react-vertical-timeline-componentand it throws the following error:
I presume I shouldn't try to go forward yet and should resolve this issue first? If so, how do I go about doing that?
For the sake of argument, I went ahead and tried by just using the --legacy-peer-deps param, and the following happens:
So I'm guessing this isn't the way to proceed. 😅
Any help would be greatly appreciated!



