m0_64787472 2022-03-23 21:59 采纳率: 50%
浏览 32
已结题

安装hexo时这样要怎么解决

$ npm install hexo-cli -g
npm ERR! code EPERM
npm ERR! syscall open
npm ERR! path D:\nodejs\node_cache_cacache\tmp\472f843e
npm ERR! errno EPERM
npm ERR! FetchError: Invalid response body while trying to fetch https://registry.npmjs.org/hexo-cli: EPERM: operation not permitted, open 'D:\nodejs\node_cache_cacache\tmp\472f843e'
npm ERR! at D:\nodejs\node_modules\npm\node_modules\minipass-fetch\lib\body.js:162:15
npm ERR! at async Arborist.[nodeFromEdge] (D:\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\build-ideal-tree.js:1082:19)
npm ERR! at async Arborist.[buildDepStep] (D:\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\build-ideal-tree.js:951:11)
npm ERR! at async Arborist.buildIdealTree (D:\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\build-ideal-tree.js:215:7)
npm ERR! at async Arborist.reify (D:\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\reify.js:152:5)
npm ERR! at async Install.exec (D:\nodejs\node_modules\npm\lib\commands\install.js:157:5)
npm ERR! at async module.exports (D:\nodejs\node_modules\npm\lib\cli.js:66:5)
npm ERR! FetchError: Invalid response body while trying to fetch https://registry.npmjs.org/hexo-cli: EPERM: operation not permitted, open 'D:\nodejs\node_cache_cacache\tmp\472f843e'
npm ERR! at D:\nodejs\node_modules\npm\node_modules\minipass-fetch\lib\body.js:162:15
npm ERR! at async Arborist.[nodeFromEdge] (D:\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\build-ideal-tree.js:1082:19)
npm ERR! at async Arborist.[buildDepStep] (D:\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\build-ideal-tree.js:951:11)
npm ERR! at async Arborist.buildIdealTree (D:\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\build-ideal-tree.js:215:7)
npm ERR! at async Arborist.reify (D:\nodejs\node_modules\npm\node_modules@npmcli\arborist\lib\arborist\reify.js:152:5)
npm ERR! at async Install.exec (D:\nodejs\node_modules\npm\lib\commands\install.js:157:5)
npm ERR! at async module.exports (D:\nodejs\node_modules\npm\lib\cli.js:66:5) {
npm ERR! code: 'EPERM',
npm ERR! errno: 'EPERM',
npm ERR! syscall: 'open',
npm ERR! path: 'D:\nodejs\node_cache\_cacache\tmp\472f843e',
npm ERR! type: 'system',
npm ERR! requiredBy: '.'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:

  • 写回答

2条回答 默认 最新

  • CSDN专家-微编程 2022-03-23 23:00
    关注

    看你的截图,已经提示你要使用管理员权限,才可以执行这个命令

    img


    管理员打开cmd步骤如下

    img

    如果使用管理员权限还不行,就说明你的node.js安装的有问题,重新安装node.js即可,安装好后可参照下图,配置好后,继续使用管理员方式打开cmd命令,然后再次运行安装命令就不会有问题了

    img

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论 编辑记录
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 4月1日
  • 已采纳回答 3月24日
  • 创建了问题 3月23日

悬赏问题

  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效
  • ¥15 悬赏!微信开发者工具报错,求帮改