welcome to my blog
执行npm install hexo-server
报错
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.com/hexo-serverr - Not found
npm ERR! 404
npm ERR! 404 'hexo-serverr@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.
解决办法, 加上–save参数, 执行npm install hexo-server --save
, 成功