vue3 instalação
Ola professor Carlos, estou tentando instalar o vue3 mais sem sucesso:
Tenho o node e npm instalados, consigo ver a versão de cada um
node -> v18.14.0
npm -> 9.3.1
Ao rodar esse comando para isntalar o vue:
npm install -g @vue/cli, tenho o seguinte erro abaixo:
npm ERR! code EINTEGRITY
npm ERR! errno EINTEGRITY
npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/copy-descriptor: sha512-htNG6gKk8gqpl19mOvXj3c4/YbhNUlsjtStkgI0P2DgptIFHm8mz80A+YwoZp0VwnpLMtphew0ObTTx8Y5vcSw== integrity checksum failed when using sha512: wanted sha512-htNG6gKk8gqpl19mOvXj3c4/YbhNUlsjtStkgI0P2DgptIFHm8mz80A+YwoZp0VwnpLMtphew0ObTTx8Y5vcSw== but got sha512-6dm26u6ObvdxvggO9hXw+Mc8Hd14KuKoev7eiTAm3bU0tdLHTZmrveTIfNsz40H/hDXjjGF4gq5eK9oaru4GBQ==. (1269 bytes)
e ao tentar rodar vue -v, tenho o seguinte erro:
'vue' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.
Olá, Renato!
Como vai?
O comando está correto, experimenta limpar os caches:
npm cache verify
npm cache clean
Agora funcionou professor Carlos, porem ao tentar rodar o comando npm run serve gera o seguinte erro:
C:\Users\Renato\apiVue3>npm run serve
npm ERR! Missing script: "serve"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Renato\AppData\Local\npm-cache\_logs\2023-03-03T15_06_13_756Z-debug-0.log
Confere no arquivo package.json em scripts qual é o nome do comando para rodar o projeto.
https://github.com/especializati/vue-3-projeto-ead/blob/main/package.json#L6
As vezes o comando está com "dev", aí para funcionar roda o comando: npm run dev
Precisa estar logado para conseguir responder a este ticket!
Clique Aqui Para Entrar!