Conversation
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
|
That line isn't saying "install it using npm", it's saying "install it from the npm package registry": https://www.npmjs.com/package/react-select So this change doesn't actually make sense. If anything, it would make more sense to just change the command to include both:
|
|
It seems that only yarn is referenced everywhere, so it looks like more that the initial PR makes sense. @JedWatson @gwyneplaine would you confirm this? |
The build command is for 'yarn', but the label for that command has 'npm', which can be confusing for newcomers (me too). So i have renamed "npm" to "yarn", hope it helps.