Uh oh!
There was an error while loading. Please reload this page.
dependencies: move chalk to react-dev-utils - #6150
Conversation
facebook-github-bot
commented
Jan 8, 2019
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
evaporei
commented
Jan 9, 2019
Oops haha, it wasn't intentional. Wouldn't be misleading to have a package with it's dependencies listed on |
evaporei
commented
Jan 9, 2019
Also @mrmckeb, I didn't understand how this would work 🤔 By not removing the dependency from Please explain to me if I understood wrongly, but as far as I've seen on https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/scripts/eject.js#L178, the code just copies the |
mrmckeb
commented
Jan 9, 2019
Hi @otaviopace, the issue is that you've now changed all usage of 'chalk' to user I understand why |
evaporei
commented
Jan 9, 2019
Ohh, I see @mrmckeb , I've fixed the issue 🙂 |
Hmm, the |
evaporei
commented
Jan 10, 2019
ianschmitz
commented
Jan 10, 2019
Hi @otaviopace. We're currently working on the CI builds to fix what you've noticed here. Sorry it's holding you up. |
evaporei
commented
Jan 10, 2019
No problem @ianshmitz! I am not on a hurry 🙂 |
This is being done to minimize the amount of dependencies are expose to the end user when running a `npm run eject`. Related to issue: #751
Yesss, I rebased my branch with the |
Timer
commented
Jan 11, 2019
Please sign the CLA and we can get this merged. 😄 |
evaporei
commented
Jan 12, 2019
@Timer, done! I've signed the CLA 🙂 |
facebook-github-bot
commented
Jan 12, 2019
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
mrmckeb
commented
Jan 12, 2019
Thanks @otaviopace, great work :) |
evaporei
commented
Jan 12, 2019
Yayyyy!!!! 🎊 |

This is being done to minimize the amount of dependencies
are expose to the end user when running a
npm run eject.Related to issue: #751.
I thought since
chalkis probably not used directly by the end user, it could be onreact-dev-utilsinstead of directly onreact-scriptsdependencies.