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

Não aparece o site

Quando coloca npm start, ele dá isso:

Microsoft Windows [versão 6.1.7600] Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados.

C:\Users\NOTE\ceep>npm start

ceep@0.1.0 start C:\Users\NOTE\ceep react-scripts start

Starting the development server...

events.js:292 throw er; // Unhandled 'error' event ^

Error: spawn powershell ENOENT at Process.ChildProcess.handle.onexit (internal/childprocess.js:267:19) at onErrorNT (internal/child_process.js:469:16) at processTicksAndRejections (internal/process/task_queues.js:84:21) Emitted 'error' event on ChildProcess instance at: at Process.ChildProcess.handle.onexit (internal/childprocess.js:273:12) at onErrorNT (internal/child_process.js:469:16) at processTicksAndRejections (internal/process/task_queues.js:84:21) { errno: 'ENOENT', code: 'ENOENT', syscall: 'spawn powershell', path: 'powershell', spawnargs: [ '-NoProfile', '-NonInteractive', '–ExecutionPolicy', 'Bypass', '-EncodedCommand', 'UwB0AGEAcgB0ACAAIgBgACIAaAB0AHQAcAA6AC8ALwBsAG8AYwBhAGwAaABvAHMAdAA6ADMAMAAwADAAYAAiACIA' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! ceep@0.1.0 start: react-scripts start npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the ceep@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\NOTE\AppData\Roaming\npm-cache_logs\2020-08-25T12_32_23_243Z-debug.log

C:\Users\NOTE\ceep>

4 respostas
solução!

Oi, Rubens, tudo bem?

Vamos tentar a instalação novamente.

Deleta a pasta node_modules,
Delata arquivo package-lock.json
npm update
npm install
npm start

Se o mesmo erro aparecer novamente

npm install react-scripts@2.1.8
npm start

Testa e me fala se deu certo!

Oi, Laís.

Está dando o seguinte erro: C:\Users\NOTE\ceep>npm start

ceep@0.1.0 start C:\Users\NOTE\ceep react-scripts start

Failed to compile.

./src/listaDeNotas.jsx Failed to compile.

./src/listaDeNotas.jsx Failed to compile.

./src/listaDeNotas.jsx Failed to compile.

./src/listaDeNotas.jsx Failed to compile.

./src/App.js Cannot find file: 'ListaDeNotas.jsx' does not match the corresponding name on s\listaDeNotas.jsx'.

Oi, Rubens!

Você está com o projeto base de React ou já está avançado em alguns códigos? O erro está nos dizendo que ListaDeNotas.jsx e listaDeNotas.jsx não estão iguais os nomes, e de fato, ou o L é maiúsculo ou é minúsculo.

Se precisar você pode compartilhar o projeto para testar aqui também.

Como faz isso?