Depois da instalação eu tentei executar conforme o que foi mostrado rodando
nodemon app
Porém obtive o seguinte erro
[nodemon] 1.14.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node app index.js`
module.js:557
throw err;
^
Error: Cannot find module 'C:\Users\brend\Documents\JSTraining\casadocodigo\index.js'
at Function.Module._resolveFilename (module.js:555:15)
at Function.Module._load (module.js:482:25)
at Function.Module.runMain (module.js:701:10)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:618:3
[nodemon] app crashed - waiting for file changes before starting...
e a única forma de fazer funcionar é executando e passando a app.js, tem alguma maneira de corrigir isso?