EEParker / aspnetcore-vueclimiddleware

Helpers for building single-page applications on ASP.NET MVC Core using Vue Cli or Quasar Cli.
Other
338 stars 65 forks source link

I am getting npm error. missing script:"quasar" #140

Closed mansurdegirmenci closed 2 years ago

mansurdegirmenci commented 2 years ago

I'm using quasar version 2.5.3 and I couldn't get the project up and running. I am getting the error in the photo. It works via cmd but not via "asp.net core".

image

EEParker commented 2 years ago

This command is actually executing npm quasar serve. If you add quasar serve to your package.json commands it will be compatible with this proxy launcher.

EEParker commented 2 years ago

For example: https://github.com/EEParker/aspnetcore-vueclimiddleware/blob/master/samples/QuasarCliSample/ClientApp/package.json#L10

mansurdegirmenci commented 2 years ago

I corrected the "regex" statement and did the package.json as you said and it was successful. thanks.