Thanks.
I did an internet search for the error you're seeing and it seems that there are a few possible solutions.
The most frequent that I saw was to simply delete the package-lock.json
file at the root of the project and run npm install
again.
If that doesn't work I would suggest that you read through the below stack overflow posts and try some of those recommendations. If nothing there works I'm afraid I won't be able to help you, this looks like an issue with your setup so hopefully another windows user will be able to help you out.