关于npm install hexo-deployer-git --save出错的问题

发布于 2022-09-06 05:35:46 字数 1210 浏览 8 评论 0

用Git安装hexo-deployer-git出现报错
npm ERR! path D:hexoblognode_modulesfseventsnode_modulesperformance-nowlibperformance-now.js
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall unlink
npm ERR! Error: EPERM: operation not permitted, unlink 'D:hexoblognode_modulesfseventsnode_modulesperformance-nowlibperformance-now.js'
npm ERR! { Error: EPERM: operation not permitted, unlink 'D:hexoblognode_modulesfseventsnode_modulesperformance-nowlibperformance-now.js'
npm ERR! stack: 'Error: EPERM: operation not permitted, unlink 'D:\hexo\blog\node_modules\fsevents\node_modules\performance-now\lib\performance-now.js'',
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'D:\hexo\blog\node_modules\fsevents\node_modules\performance-now\lib\performance-now.js' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR! F:Userslenovo.npm.cachecnpm_logs2017-09-15T12_26_01_810Z-debug.log

deploy:
type: git
repo: git@github.com:sam694260665/sam694260665.github.io.git
branch:gh-pages
搞了一晚上了很痛苦 求帮忙!

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

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

发布评论

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

评论(4

留蓝 2022-09-13 05:35:46

githubpages删除之前创建的网页

浪推晚风 2022-09-13 05:35:46

一般出现“Error: EPERM: operation not permitted”这种字眼的,很可能是权限不够,尝试在命令前面加sudo,以管理员的权限执行命令。

以歌曲疗慰 2022-09-13 05:35:46

请问楼主解决了吗,我也遇到了这个问题,不过我是在window平台下的,使用git bash 搭建的hexo框架,用hexo deploy命令时出错,提示找不到git ,于是尝试 用 npm install hexo-deployer-git --save命令就遇到和楼主同样的错误了。

幽梦紫曦~ 2022-09-13 05:35:46

楼主,请问需要删除githubpages上哪个网页?如何删除?

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