-
-
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
Install failed with Node v.10 due to upath@1.0.4 incompatibility #4367
Comments
Small fix yarn config set ignore-engines true |
Well there we go. I guess I need to learn yarn better. Thanks @retyui |
We still need to fix this properly by upgrading |
For one time engine ignoring:
|
@havsar |
Hello everyone - I merged anodynos/upath#15 & published it - thanks & sorry for the delay! You can close the issue, once you check its working. |
Great that this was merged. How can we resolve this issue now? |
It seems to properly install |
@nickmccurdy Good idea, I'll try that! |
Works for me, thx for the reactivity 👍 |
Hi everyone! Please If this happens while running |
Shoutout to @retyui for saving my night. |
1 Clear NPM's cache: Install a little helper called 'n' Install latest stable Node.js version |
Is this a bug report?
Not exactly, unless module incompatibility counts as a bug
Environment
node -v
: 10.0.0npm -v
: 6.0.0yarn --version
(if you use Yarn): 1.6.0npm ls react-scripts
(if you haven’t ejected): N/A (install is failing)Then, specify:
Steps to Reproduce
(Write your steps here:)
Expected Behavior
I was hoping for a nice clean install of the base project.
Actual Behavior
Install failed:
The text was updated successfully, but these errors were encountered: