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
Can anyone please help? Thanks a lot!
I also tried React With ASP.NET TypeScript template but it has same issue. The only difference is that with the TypeScript template the .client folder is empty.
I thought it might be access issue so ran VS2022 with admin but it generated same result.
SeanCrazy007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.