Solucionado (ver solução)
Solucionado
(ver solução)
4
respostas

Não consigo publicar o app

  • Building for production... ERROR Failed to compile with 1 error4:05:33 AM errorNo ESLint configuration found in /vercel/path0/src. ERROR Error: Build failed with errors. Error: Build failed with errors. at /vercel/path0/nodemodules/@vue/cli-service/lib/commands/build/index.js:207:23 at /vercel/path0/nodemodules/webpack/lib/webpack.js:148:8 at /vercel/path0/node_modules/webpack/lib/HookWebpackError.js:68:3 at Hook.eval [as callAsync] (eval at create (/vercel/path0/node_modules/tapable/lib/HookCodeFactory.js:33:10), :6:1) at Hook.CALL_ASYNC_DELEGATE [as callAsync] (/vercel/path0/nodemodules/tapable/lib/Hook.js:18:14) at Cache.shutdown (/vercel/path0/node_modules/webpack/lib/Cache.js:150:23) at /vercel/path0/node_modules/webpack/lib/Compiler.js:1225:15 at Hook.eval [as callAsync] (eval at create (/vercel/path0/node_modules/tapable/lib/HookCodeFactory.js:33:10), :6:1) at Hook.CALL_ASYNC_DELEGATE [as callAsync] (/vercel/path0/nodemodules/tapable/lib/Hook.js:18:14) at Compiler.close (/vercel/path0/node_modules/webpack/lib/Compiler.js:1218:23) Error: Command "npm run build" exited with 1

    erro no vercel, não consigo publicar.

4 respostas

Salve, João!

Consegue compartilhar o link do repositório no Github?

Salve, Vinicios!

Consigo sim, segue:

https://github.com/joaoarthurc/alura-tracker

solução!

Grande João!

Está faltando um arquivo que o Vue cria por padrão na raiz do projeto, chamado .eslintrc.js.

Ele é um arquivo de configuração do ESLINT, que ajuda a previnir falhas e bugs.

Aqui tem o exemplo do curso

Resolvido Vinicios, Valeu hehe!