I have set up a few projects with npm, and so far, running 'npm start'
in the terminal, or using the npm scripts panel in the VSCode explorer would run and start my apps.
However, the scripts simply don't seem to run anymore, I did no change to the project nor to the Node in my machine, and the problem isn't with my code, as starting my Vue app through the Vue User Interface will work just fine.
In the detail of what happens: I run npm start
(which is defined in package.json), the terminal will start the task, and then end with no explanation.
If anyone knows what the purpose of this could be...