Replies: 2 comments 2 replies
-
You cannot run |
Beta Was this translation helpful? Give feedback.
2 replies
-
The documentation "Advanced installation and usage" is a little confusing. The prerequisite for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that installing Hexo requires only the following 3 commands.
npx hexo init blog cd blog npx hexo server
But the homepage prompts us to use the following 5 commands.
npm install hexo-cli -g hexo init blog cd blog npm install hexo server
And the
npm install hexo
command in the figure below doesn't seem to be necessary.Beta Was this translation helpful? Give feedback.
All reactions