I attempted to add nodemon to my application using the command below:
npm install nodemon -g
This is the output that was generated:
changed 116 packages, and audited 117 packages in 8s
16 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Despite this, I encountered an error when running nodemon -v
. Could anyone provide assistance?