Make sure you upgraded node to v17.5 via
nvm use 17.5.0 --experimental-fetch
Make sure you have nodemon installed globally via
npm install -g nodemon
First install NPM packages with npm install.
Then use the command npm run start to start monitoring, or use npm run limited to run once.