Baixei o projeto. Ao dar o comando 'npm install', deu o erro abaixo:
npm ERR! code E404
npm ERR! 404 Not Found: event-stream@3.3.6
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Rogerio\AppData\Roaming\npm-cache\_logs\2019-06-04T15_29_49_401Z-debug.log
Segui mesmo assim e ao dar 'npm start', deu o erro abaixo:
Error: Cannot find module 'marko/node-require'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
at Function.Module._load (internal/modules/cjs/loader.js:508:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (C:\Users\Rogerio\Downloads\5-casadocodigo\casadocodigo\src\config\custom-express.js:1:63)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)
at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
at Function.Module._load (internal/modules/cjs/loader.js:531:3)
[nodemon] app crashed - waiting for file changes before starting...
O que pode ser feito e pq esse erro ocorre? obs: versão do node v10.15.3