While executing npm install (as documented in Step 2), I get these:
How’s everyone addressing them?
I’d suggest using npm audit to see the vulnerabilities and their severity score
npm audit fixnpm audit fix --forceI would also suggest raising a Github issue on the repository to let the developers know.