I am trying to
run an existing project developed by VueJs with asp.net core on vs code.
The application works correctly when I run it with visual studio (IIS Express). But when I try to run it with vs code using this cmd: npm run serve , it doesn't work and I got the following error:
This is the repo of app / structure:
in ClienApp Folder we have all folders/files for frontend (app.vue is under components folder), screen below:


