尝试安装nodemon软件包时出现404错误

时间:2020-05-05 19:14:15

标签: node.js installation nodemon

尝试安装nodemon软件包时收到404错误。

PS C:\Users\Fo0ola\Desktop\SERVER-SIDE> npm install -g nomdemon
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/nomdemon -
Not found
npm ERR! 404
npm ERR! 404  'nomdemon@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\Fo0ola\AppData\Roaming\npm-cache\_logs\2020-05-05T19_11_02_879Z-debug.log

1 个答案:

答案 0 :(得分:0)

您有错字,而是写了nomdemon而不是nodemon

尝试运行

npm install -g nodemon