Updated README#1931
Conversation
|
|
||
| **We strongly recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage.** You can use [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects. | ||
|
|
||
| **Note:** `nvm` does not support Windows (nvm issue [#284](https://github.com/creationix/nvm/issues/284)). See potential [alternatives](https://github.com/creationix/nvm#installation). |
There was a problem hiding this comment.
Can you embed this into previous sentence please? It's not super essential and I don't want to clobber up the page. For example "you can use nvm or alternatives to ..."
There was a problem hiding this comment.
What if I remove the note on support for Windows users and rather update the link for nvm to direct users to the installation section of the docs which explains its compatibility. The reason I added the note is that the link to nvm takes the user to the usage section which doesn't quickly let the user see that they may not be able to use this for node management.
|
This is a fly-by but |
|
@Timer ya that might be something we can open up in a separate discussion to have more thoughts on the which tool is suggested by cra. Either tool unfortunately doesn't support Windows users and my opinion is that we should at least make that transparent if suggesting tools. |
|
Thanks! |
* adding comment on windows support of nvm * adding tree structure for intial project output * applying feedback from this thread create-react-app/pull/1931
* adding comment on windows support of nvm * adding tree structure for intial project output * applying feedback from this thread create-react-app/pull/1931
Updated README.md to note nvm support on windows and link to nvm docs on alternatives.
Added tree structure for better visual representation of the initial project output.