安装 body-parser 时出现 404 错误

While installing body-parser got an error of 404

我是初学者,在尝试安装 body-parser 软件包时遇到了这个问题,我应该怎么做才能解决这个问题?

D:\Calculator>npm install body-paeser
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/body-paeser - Not found
npm ERR! 404
npm ERR! 404  'body-paeser@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\hp\AppData\Roaming\npm-cache\_logs21-08-14T07_18_28_751Z-debug.log

你打错了。使用这个

npm i body-parser