-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify installation steps #519
Conversation
Since docusaurus-init is run seldomly, npx keeps it simpler, and subsequent runs will be using the latest version. Outdated provides more meaningful view of current and latest version
@JoelMarcey, from our conversation on #506. This is my update. Do you think this helps, leave as is, or do you have other suggestions? |
@longility Hi! Sorry for the delay here. I am on currently on vacation. I think I may be ok with this, although I need to think more if i want to showcase |
@JoelMarcey It's all good. I know CRA uses |
npx comes with npm 5.2+ and ships with node 8.2+. I think that it's good idea to mention that user must install node 8.2+ to run npx or continue with older version but with previous version of installation manual. |
@WoZ I updated to provide info on what node version is needed to running |
@longility Sorry for the delay. I think the new instructions look great! I made the |
Motivation
After going through installation steps for first time, I had thoughts on some changes that could further simplify new users.
docusaurus-init
is run seldomly,npx
keeps it simpler, and subsequent runs will be using the latest version.outdated
command provides more meaningful view of current and latest versionHave you read the Contributing Guidelines on pull requests?
Yes
Test Plan
None
Related PRs
None