1
resposta

Ao Rodar o Server nodes dá "ERR!"

instalei o nodes e extrai os arquivos conforme informado, más tá complicado conseguir fazer ele rodar. Já tentei tudo e o erro ainda persiste. Poderia me dar um help? "abaixo segue o erro"

C:\Users\PC Humberto\Desktop\alurapic>npm start npm ERR! Windows_NT 10.0.15063 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start" npm ERR! node v6.11.3 npm ERR! npm v3.10.10 npm ERR! path C:\Users\PC Humberto\Desktop\alurapic\package.json npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall open

npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\PC Humberto\Desktop\alurapic\package.json' npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\PC Humberto\Desktop\alurapic\package.json' npm ERR! enoent This is most likely not a problem with npm itself npm ERR! enoent and is related to npm not being able to find a file. npm ERR! enoent

npm ERR! Please include the following file with any support request: npm ERR! C:\Users\PC Humberto\Desktop\alurapic\npm-debug.log

1 resposta

Olá.

Na raiz desse projeto você tem um arquivo package.json? Se sim, você tem que rodar o comando npm start no mesmo nível desse arquivo. Me parece que o erro está acontecendo porquê você não está rodando o comando dentro da pasta do projeto.