误操作node导致hexo命令不可用
原因:因为nodejs需要改动,删除node_modules导致博客的hexo modules及其命令失效不可用
可以使用npm更新命令:
更新hexo,你可以按照以下步骤来操作:
- 全局升级hexo-cli,执行
npm i hexo-cli -g
命令,然后用hexo version
命令查看是否升级成功²。 - 使用
npm install -g npm-check
和npm-check
命令,检查系统中的插件是否有升级的²。 - 如果你的博客是部署在GitHub Pages上的,你还需要执行
git add .
、git commit -m 'back up hexo files'
和git push
命令来更新你的xxx分支¹。 - 最后执行
hexo d -g
命令来更新你的master分支¹。
注意事项:当前windows用户是否有权限访问及操作该文件夹…..
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.