Cannot find module ‘body-parser’

bug:Cannot find module ‘body-parser’
For obvious reasons, this module isn’t available, and if you look in the node_modules directory, it isn’t

Solution: Reinstall the module;
CMD switch to node installation directory:

npm install --save body-parser

Read More: