以管理员身份运行命令提示符里输入npm install http-server-g出错E404

以下是运行是的问题,输过npm-v,nope-v

C:\Windows\system32>npm install http-server-g
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/http-server-g - Not found
npm ERR! 404
npm ERR! 404  'http-server-g@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\lenovo\AppData\Roaming\npm-cache\_logs\2020-02-16T12_44_47_807Z-debug.log

npm install http-server-g命令写错了,-g前空一格,即npm install http-server -g试试