Following the starting instructions (Running the API and Sample Apps) installed the npm packages.
In the course at the 2:57 mark, it shows 2 vulnerabilities, 1 medium and 1 high. When I ran the install it showed 7 vulnerabilities (1 low, 2 moderate, 4 high). Ran the audit (audit.txt in attached .zip file) and then ran npm audit fix --force. (see npmauditfix.png in attached .zip file)
When I tried to start the app, got an error. (see npmstarterr.png in attached .zip file)
I got around things by deleting the folder and reinstalling so not a high level issue.
I'm not familiar with node and all the components so somewhat concerned about the vulnerabilities.
Should the course files be updated?