errors when installing react, typescript, vite

I tried to install react, typescript, vite.

But as soon as download was complete, as you can see in the image below,
enter image description here.

enter image description here.

enter image description here.

All the errors pop up.

vscode version is 1.80.2.

below is package.json
enter image description here.

below is tsconfig.json
enter image description here.

I tried updating vscode.
I tried updating the tsconfig.json from “moduleResolution”: “bundler” to “moduleResolution”: “node”

none of those worked though..

Thank you in advance for your answers!