Conversation
updated how to install babel presets using the newer namescpaced conventions
|
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! |
|
@aiveneh please sign CLA |
|
@goodmind I signed the CLA before creating the PR, I think theres a problem somewhere, sent a mail to cla@fb.com now |
|
I updated the CLA internally and the bot should catch up soon. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@mroch is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
updated how to install babel presets to use the newer namespace conventions that comes with newer versions of Babel, version 7. My react app kept crashing when I tried installing Flow. I have updated the docs on Flow's documentation, then I saw the same issue here. Here is the PR on Flow's docs just in case - facebook/flow#7856
updated how to install babel presets to use the newer namespace conventions that comes with newer versions of Babel, version 7. My react app kept crashing when I tried installing Flow. I have updated the docs on Flow's documentation, then I saw the same issue here. Here is the PR on Flow's docs just in case - facebook/flow#7856
updated how to install babel presets to use the newer namespace conventions.
my react application kept crashing due to the conflict in my babel version
"@babel/core": "^7.4.0"