Durante a aula todos os comandos funcionaram menos o 'yarn dev' e fica com esses textos no terminal: yarn devyarn run v1.22.22 $ cross-env NODE_OPTIONS='--inspect' next dev Debugger listening on ws://127.0.0.1:9229/e8d6cf56-1842-4b9b-ad85-4a178c616d0f For help, see: https://nodejs.org/en/docs/inspector Debugger listening on ws://127.0.0.1:9230/40ba3c2c-7074-4ef8-8fe5-9aa31284c9f8 For help, see: https://nodejs.org/en/docs/inspector the --inspect option was detected, the Next.js router server should be inspected at port 9230. ▲ Next.js 14.0.4
- Local: http://localhost:3000
- Environments: .env
Starting inspector on 127.0.0.1:9230 failed: address already in use
E nessa última linha falando que o endereço já tá em uso, não achei nada vinculado com esse caminho
O que fazer?