Closed
Description
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:
- Operating system: Windows 10
- Browser and version (if relevant):
Steps to Reproduce
(Write your steps here:)
- Install Node v.10
- Run create-react-app
- Await the error :(
Expected Behavior
I was hoping for a nice clean install of the base project.
Actual Behavior
Install failed:
Activity
retyui commentedon Apr 26, 2018
Small fix
jmhdev commentedon Apr 26, 2018
Well there we go. I guess I need to learn yarn better.
Thanks @retyui
iansu commentedon Apr 26, 2018
We still need to fix this properly by upgrading
upath
once this is merged and released: anodynos/upath#15havsar commentedon Apr 27, 2018
For one time engine ignoring:
yarn --ignore-engines install
retyui commentedon Apr 27, 2018
@havsar
create-react-app
itself starts the installation of dependencies, where you can not fart your argumentshttps://github.com/facebook/create-react-app/blob/next/packages/create-react-app/createReactApp.js#L249
anodynos commentedon Apr 27, 2018
Hello everyone - I merged anodynos/upath#15 & published it - thanks & sorry for the delay! You can close the issue, once you check its working.
panmona commentedon Apr 29, 2018
Great that this was merged. How can we resolve this issue now?
nickserv commentedon Apr 29, 2018
It seems to properly install
upath
1.0.5 if I clear the package lock and reinstall.panmona commentedon Apr 29, 2018
@nickmccurdy Good idea, I'll try that!
jdoucy commentedon Apr 30, 2018
Works for me, thx for the reactivity 👍
Timer commentedon Apr 30, 2018
Hi everyone! Please
rm -rf node_modules/
andrm package-lock.json
thennpm i
.If you're using Yarn, simply run
yarn upgrade
(if you have an existing project folder).If this happens while running
npx create-react-app my-app
and leaves you with nothing, please runnpm cache clean --force
, then try again.10 remaining items