Nessa parte eu iniciei o "npm install" e deu esse erro
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://npm.community
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\David Nichel\AppData\Roaming\npm-cache_logs\2019-05-01T02_09_03_274Z-debug.log
em seguida se eu aplicar um "npm start" aparece esse outro erro:
casadocodigo@1.0.0 start C:\Users\David Nichel\Desktop\casadocodigo
nodemon server.js --ignore *.marko.js
'nodemon' não é reconhecido como um comando interno ou externo, um programa operável ou um arquivo em lotes.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! casadocodigo@1.0.0 start: nodemon server.js --ignore *.marko.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the casadocodigo@1.0.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\David Nichel\AppData\Roaming\npm-cache_logs\2019-05-01T02_36_30_270Z-debug.log
Isso acontece no Windows, mas quando eu utilizo o Macbook eu consigo resolver esse problema deletando o node_modules e o package-lock.json e iniciando a instalação novamente, mas no Windows isso não acontece..E quando eu deleto o package-lock.json no Windows tudo para de funcionar.