New to node.js, Been trying multiple methods of running my index.js on nodemon.
To start I ran these commands in the terminal (chronological order):
sudo npm install nodemon -g
npm install --save-dev nodemon
nodemon index.js
This the error code I am getting:
jeff-tatlises193% nodemon index.js
Usage: nodemon [nodemon options] [script.js] [args]
See "nodemon --help" for more. ```