hexo出错

发布于 2022-09-04 15:27:19 字数 1016 浏览 8 评论 0

Windows_NT 10.0.14393
npm ERR! argv "E:\node\node.exe" "C:\Users\vip\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install" "hexo"
npm ERR! node v6.2.0
npm ERR! npm v4.3.0
npm ERR! code ENOSELF

npm ERR! Refusing to install package with name "hexo" under a package
npm ERR! also called "hexo". Did you name your project the same
npm ERR! as the dependency you're installing?
npm ERR!
npm ERR! For more information, see:
npm ERR! https://docs.npmjs.com/cli/in...
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/is...

npm ERR! Please include the following file with any support request:
npm ERR! C:UsersvipAppDataRoamingnpm-cache_logs2017-02-26T14_11_40_408Z-debug.log

我用npm install hexo出现了这个问题,请问有谁知道这个问题怎么解决?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

那一片橙海, 2022-09-11 15:27:19

package.json
name的值不能跟npm的包名相同。
我也是刚填的坑。

謌踐踏愛綪 2022-09-11 15:27:19

看这段

npm ERR! Refusing to install package with name "hexo" under a package
npm ERR! also called "hexo". Did you name your project the same
npm ERR! as the dependency you're installing?

你的文件名也起的叫hexo?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文