-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add minimum required Node version to create-react-app docs #70
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
Comments
I will work on this issue. |
This issue is all yours! 😄 I've added an "in-progress" label so that others will know not to start work on the issue. If you change your mind about the issue, no worries! Just let me know so that I can remove the label and free it up for someone else to claim. Cheers! |
Thank you @bvaughn |
Please feel free to leave feedback about where you struggled in case it helps us improve the contributing docs. |
I will create an issue and work on it later on (regarding |
Hi @bvaughn Below is the feedback 👍 with struggles I had today. I was finally able to get it up and running but had a lot of trouble on Windows. Below are the steps required to get the environment running on Windows 10.
yarn global add prettier
yarn global add flow-bin
So I had to run each command separately one by one. prettier --config .prettierrc --write "{flow-typed,plugins,src}/**/*.js"
yarn lint
yarn flow
|
i def think Windows setup is something that should be part of the docs for contributors. too easy for devs to just assume everyone has macs |
There were no such assumptions. I just have a Mac myself and I wrote the docs so...I wrote what I know. We certainly welcome contributions to the contributing docs to improve the instructions for Windows users! ❤️ If you'd be willing to commit the changes you needed to make via a PR, @dance2die, and tag me on it- I'd be happy to merge it. |
Thank you @bvaughn |
Add minimum required Node version to create-react-app docs #70
Closed via #89 |
I've created a detailed blog entry on how to setup the environment on Windows 10. |
@dance2die Your write-up says:
Why is this necessary? Both Also, you should be able to update the "Problem2" section now since your PR has been merged. (Thanks!) |
You are right. I just tried it after globally removing Thank you, Brian. I will update the blog~ |
Sweet! Ping me once it's updated and I'll tweet a link to it. |
@bvaughn I've updated the blog and renamed |
Cool. Thanks! |
… make it work on Windows as suggested by 'bvaughn' on reactjs/react.dev#70 (comment)
This issue was originally reported by @kyamaguchi81 via facebook/react/issues/10324
Text of original issue
Please list [You’ll need to have Node >= 6 on your machine.]
before the description in [npm install -g create-react-app],
In [Creating a New Application] of the document https://facebook.github.io/react/docs/installation.html.
Because you want to know the required version before running the command
The text was updated successfully, but these errors were encountered: