Now that my development environment is set up I’ve started following the videos on Pluralsight. However, I don’t know if it’s my particular installation or if the videos haven’t been updated, but I got a problem immediately with the first task. I just couldn’t see the results of my coding.
The problem seemed to be that the instruction is to use
npm run dev
When I do that the console returns the error
npm ERR! missing script: dev
Using my best friend Google, I learned that the problem could be
npm start
and that worked like a charm. After that, the rest of the day went smooth enough, with a lot of repetition from my previous learning experiences.
Tomorrow I’m aiming at finishing off the course and then I’ll decide if I thought it was worth my time and if it will be worth the 35 USD / month that they are charging.