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:
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
div>