error ao instalar vue

lographql.com/docs/apollo-server/previous-versions/ for more details.
npm WARN deprecated [email protected]: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.
changed 840 packages, and audited 841 packages in 47s
86 packages are looking for funding
run `npm fund` for details
13 vulnerabilities (1 low, 3 moderate, 9 high)
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
daniel@daniel-Lenovo-ideapad-330-15IKB:~/cursos/vue$ vue --version
bash: /snap/bin/vue: Arquivo ou diretório inexistente
daniel@daniel-Lenovo-ideapad-330-15IKB:~/cursos/vue$ npm audit
found 0 vulnerabilities
daniel@daniel-Lenovo-ideapad-330-15IKB:~/cursos/vue$ ls -la
total 12
drwxrwxr-x 2 daniel daniel 4096 jul 29 11:53 .
drwxrwxr-x 8 daniel daniel 4096 jul 29 11:04 ..
-rw-rw-r-- 1 daniel daniel 121 jul 29 11:57 package-lock.json
daniel@daniel-Lenovo-ideapad-330-15IKB:~/cursos/vue$ cat package-lock.json
{
"name": "vue",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vue"
}
}
}
daniel@daniel-Lenovo-ideapad-330-15IKB:~/cursos/vue$ npm fund
vue
daniel@daniel-Lenovo-ideapad-330-15IKB:~/cursos/vue$
É um projeto do zero, ou rodou o do curso?

Precisa estar logado para conseguir responder a este ticket!
Clique Aqui Para Entrar!