-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Docs: Update install instructions for Windows and Linux on the "Part 0" page #18262
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
Docs: Update install instructions for Windows and Linux on the "Part 0" page #18262
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d331807
to
0057e98
Compare
I fixed your recommendations, can you check again? The force-push was because of a mistake, there was a commit for something that should be in another branch 😬 |
@1qk1, let me know if you want me to move the changes over from the other doc. Happy to have you do it, but would like to get this merged in this week if we can! |
Sure! I'm on it. |
I will fix the errors in a while, my local environment wasn't working so I edited it online! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks for porting all this over.
I made some changes to the flow so that it's hopefully easier to follow (more skipping around is necessary with all the different operating systems that won't apply to everyone).
Let me know what you think!
Thanks! I see a lot of them are about the unordered lists in the mac/windows/linux Node.js instructions, I agree, I'm not a big fan either, but didn't want it to take a lot of space. I will change them now. |
- Wording improvements - Structure improvements Co-Authored-By: LB <[email protected]>
This is looking great! Adding a couple changes that got lost in the shuffle (there were lots of moving pieces). If we can update the picture and change those I think this will be good to go! |
docs/tutorial/part-zero/index.md
Outdated
|
||
 | ||
|
||
Once you have followed the installation steps and you have checked everything is installed properly, you can continue to the next step: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you have followed the installation steps and you have checked everything is installed properly, you can continue to the next step: | |
Once you have followed the installation steps and you have checked everything is installed properly, you can continue to the next step. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still need to add this. "To confirm that this worked, you can run npm --version and node --version. The output should look similar to the screenshot below, showing version numbers in response to the commands."
Ooh I thought that was already there but I must've replaced it with the nvm commands and forgot about it.
I updated the image, my concern is the failed test, I think it's because this branch is way behind master and the dependencies have vulnerabilities? |
No worries about that. That failing test is actually a separate issue the team is solving. |
I think we're good to go here! Thanks so much for all your work @1qk1, this is going to help a whole bunch of people. |
Changes
Related Issues
#15529