These past 24 hours have been a struggle for me. I recently embarked on the journey of learning Javascript, and my choice of JS framework was Vue JS.
However, when I run npm run serve
, my Vue JS app bombards me with numerous errors that seem to make no sense. After much trial and error, including commands like npm init
and npm install
(most of which I don't fully comprehend), eventually npm run serve
successfully launches the app.
This is what I see after running npm run serve
How can I overcome this hurdle? What is happening here that eludes my understanding completely? I am in need of some clear explanations. Thank you.