cara menghapus cache nodemon

npm cache clean --force

Mostly used in case of sudden errors when downloading packages.
Cache might be the problem.
It could be used in many other things.
Just stay away from using the --force flag in things other than this command
Code Sir