-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Flow doesn't work with npm v5.4.0 #4733
Comments
I was running into this same error after upgrading to Flow 0.54 today, but I was seeing really inconsistent success even between various versions of |
Ran into the same issue, |
I ran into the same issue and overcame it by running |
Thank you @sandersky your workaround/solution worked. |
Thank you @sandersky it worked for me as well. |
Thank you @sandersky for the suggestion. Looking forward to the fix as I don't want to be running |
PSA: npm 5.4.1 has been released and it fixes this issue for me. It's |
had same problem on mac with npm 5.4.0. updated npm to 5.5.1 then uninstalled flow and reinstalled now all good. |
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
There is no problem with npm 4.x and 5.3.0, only with npm 5.4.0.
Environment
node -v
: v8.4.0npm -v
: v5.4.0npm ls react-scripts
: I tried with 1.0.10, 1.0.11 and 1.0.12npm ls flow-bin
: I tried with 0.52.0 and 0.53.1Operating system: macOS Sierra v10.12.6
Steps to Reproduce
"flow": "flow"
to thescripts
section of yourpackage.json
.npm run flow init
Flow worked good a few days ago (with react-scripts 1.0.10), but now it doesn't work (even with react-scripts 1.0.10).
The text was updated successfully, but these errors were encountered: