'Install vue CLI in vsc - Faild

what am I doing wrong here, trying to install VUE CLI in Visual Studio Code, and I have both yarn and NodeJs on my pc, as the tutorials tells me to. I also logged in to my github and made a fresh repository.

( I am new to this)

This is what I get in the console when I am trying to install CLI (see picture). I am so confused!

Thanks for helping! /Lisa

printscreend picture



Solution 1:[1]

Here are more details about above?

npm audit automatically runs when you install a package with npm install. You can also run npm audit manually on your locally installed packages to conduct a security audit of the package and produce a report of dependency vulnerabilities and, if available, suggested patches.

detailed reference - https://docs.npmjs.com/auditing-package-dependencies-for-security-vulnerabilities#running-a-security-audit-with-npm-audit

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 TARJU