I am currently just learning to create websites and thought to use the existing Visual Studio Pro 2022 template to get started. I decided to go with the React TS & ASP.NET Core template and yet from the get go I am having this issue:
npm error code ETARGET
npm error notarget No matching version found for @types/node@^23.7.0.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
I am surprise to be getting this issue at all as this is an error that creeps up right at the moment you create this app? Is this a visual studio bug or something to do with anything locally and how do I fix it?
I tried updating Node, and deleting the project entirely and creating it again from scratch to see if that would fix it but it did not.