关于npm install hexo-deployer-git --save出错的问题
用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
githubpages删除之前创建的网页
一般出现“Error: EPERM: operation not permitted”这种字眼的,很可能是权限不够,尝试在命令前面加
sudo
,以管理员的权限执行命令。请问楼主解决了吗,我也遇到了这个问题,不过我是在window平台下的,使用git bash 搭建的hexo框架,用hexo deploy命令时出错,提示找不到git ,于是尝试 用 npm install hexo-deployer-git --save命令就遇到和楼主同样的错误了。
楼主,请问需要删除githubpages上哪个网页?如何删除?