VS 2022 Could not Create React App with error message the sdk microsoft.visualstudio.javascript.sdk/1.0.1184077 specified could not be found

I try to make a ReactJS as Frontend with .Net Core 6 as API Application, but as soon as I click create button there is a popup with error message like this :

The sdk microsoft.visualstudio.javascript.sdk/1.0.1184077 specified could not be found

I have try to install the SDK, but the .nupkg file seems need to be install on a react project.
Also when I try to install microsoft.visualstudio.javascript.sdk on my solution that currently only has .Net API part, it refuse to install because it is not compatible with existing project..

So it is a chicken and egg situation now..