nventive / DotNet.Backend.Template

.NET Core Templates for backend applications and open-source components.
Apache License 2.0
7 stars 3 forks source link

CLientApp folder is not created for the SPA option #42

Open robvon opened 11 months ago

robvon commented 11 months ago

Expected Behavior

An empty ClientApp folder will be created for npm to play with

Actual Behavior

No folder is created

Steps to Reproduce the Problem

  1. Run command line for template as per doco

Specifications

robvon commented 11 months ago

If you create the folder, even if you put in the two files in the template on github or not you then get the error:

npm ERR! enoent ENOENT: no such file or directory, open 'D:\Xxx.Web\ClientApp\package.json'