gabyallen / github-hexo

0 stars 0 forks source link

操作hexo s快捷键时,为啥一直报错? #1

Open gabyallen opened 6 years ago

gabyallen commented 6 years ago

MacintoshdeMacBook-Pro:Hexo arie$ hexo s Usage: hexo

Commands: clean Remove generated files and cache. config Get or set configurations. deploy Deploy your website. generate Generate static files. help Get help on a command. init Create a new Hexo folder. list List the information of the site migrate Migrate your site from other system to Hexo. new Create a new post. publish Moves a draft post from _drafts to _posts folder. render Render files with renderer plugins. version Display version information.

Global Options: --config Specify config file instead of using _config.yml --cwd Specify the CWD --debug Display all verbose messages in the terminal --draft Display draft posts --safe Disable all plugins and scripts --silent Hide output on console

For more help, you can use 'hexo help [command]' for the detailed information or you can check the docs: http://hexo.io/docs/ 就是一直不能开启服务;怎么办?

gabyallen commented 6 years ago

我曾尝试过这样 $ npm uninstall hexo-cli -g $ npm install hexo-cli -g 但是还是起不来服务; 请问哪位大神知道这是什么问题吗?