Skip to content
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

chore(docs): update windows installation docs #6870

Merged
merged 4 commits into from
Sep 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/setup/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ but can be unexpected.
6. Install nvm via their install and update script
[found here](https://github.com/nvm-sh/nvm#install--update-script)
7. Source your newly NVMed .bashrc `source ~/.bashrc`
8. Install Node 10 `nvm install 10`
9. Install Python 2 `sudo apt install python-minimal`
8. Install Node 12 `nvm install 12`
tw15egan marked this conversation as resolved.
Show resolved Hide resolved
9. Install Python 2 `sudo apt install python2-minimal`
10. Install Yarn by running:
- `curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -`
- `echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list`
Expand Down