-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Update createReactApp.js #4359
Update createReactApp.js #4359
Conversation
``` node -v // 10.x yarn -v // 1.6.x create-react-app --version // 2.0.0-next.66cc7a90 ``` # My problem: ```bash Creating a new React app in /home/o/work/fire. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts... yarn add v1.6.0 info No lockfile found. [1/4] Resolving packages... info There appears to be trouble with your network connection. Retrying... [2/4] Fetching packages... info fsevents@1.2.2: The platform "linux" is incompatible with this module. info "fsevents@1.2.2" is an optional dependency and failed compatibility check. Excluding it from installation. error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". error Found incompatible module info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. Aborting installation. yarnpkg add --exact react react-dom react-scripts --cwd /home/o/work/fire has failed. Deleting generated file... package.json Deleting fire/ from /home/o/work ```
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! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
I don't know if this is necessarily the right way to fix this. The issue here is that |
@iansu |
This'll be resolved when anodynos/upath#15 gets merged and published |
Since we have a temporary workaround and a pending fix in |
Hello everyone - I merged anodynos/upath#15 & published it - thanks & sorry for the delay! You can complete the issue, once you check its working. |
Thanks for the notification, @anodynos. 😄 |
My problem: