ISC UI Development Kit: npm warnings and vulnerabilities

While executing npm install (as documented in Step 2), I get these:

How’s everyone addressing them?

Hi @David_Norris

I’d suggest using npm audit to see the vulnerabilities and their severity score

  • To apply auto-safe fixes - npm audit fix
  • For force fix - npm audit fix --force

I would also suggest raising a Github issue on the repository to let the developers know.