Cannot find module 'body-parser'

xiaoxiao2021-02-28  102

bug:Cannot find module 'body-parser'

原因很明显,这个模块是没有的,查看node_modules目录下,确实没有

解决办法:重新安装这个模块;

cmd  切换到 node安装目录:

npm install --save body-parser

转载请注明原文地址: https://www.6miu.com/read-68275.html

最新回复(0)