hexo搭建博客所出现的问题

本文介绍了在使用Hexo搭建个人博客时遇到的两个主要问题:Node.js版本过高导致的警告和Git部署失败。解决办法包括降级Node.js到10.x版本以及安装hexo-deployer-git插件来完成Git部署。通过这些步骤,可以成功解决搭建过程中遇到的错误。
摘要由CSDN通过智能技术生成

hexo搭建博客所出现的问题

  • 问题:
(node:30412) Warning: Accessing non-existent propert
(node:30412) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
bash: syntax error near unexpected token `Warning:'
(node:30412) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
(node:30412) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
(node:30412) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(node:30412) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
(node:30412) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
(node:30412) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency

解决办法:降低nodejs版本

  1. 卸载:sudo apt remove nodejs
  2. 安装Node.js 10.x 的repo:curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
  3. 重新安装:sudo apt-get install -y nodejs

  • 问题:
    ERROR Deployer not found: git
    解决办法:
    npm install --save hexo-deployer-git
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值