React With ASP.NET template cannot create package.json
I’m using VS2022 to create an application using React with ASP.NET template. Checked all prerequisites in this link.
After I click the create button it gave me a prompt to input package name and select framework and variant(I chose TypeScript).
enter image description here
After that it generated a project but it cannot run since the Package.json is not created in reactwithasp.client. enter image description here