This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
[BUG] cb.apply is not a function #94
Comments
mssngr
changed the title
[BUG] cb.appy is not a function
[BUG] cb.apply is not a function
Jan 14, 2021
Also, reinstalling with npm globally gives this error?
|
Those errors are in your |
Ok. You can ignore that, then. As for the
It seems the |
Looks like this would solve it: #70 Issue is that the old version of
This is such a simple issue. Hope that PR gets merged soon (been open for 6 months.) |
I downgraded npm to npm@6.14.11 and all is working again. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What / Why
NPX fails with
cb.apply is not a function
error every single time I try to usenpx
.When
npx create-react-app <project-name> --typescript
npx
commands afterward failedWhere
How
Current Behavior
Reinstalling
npx
does not solveSteps to Reproduce
npx
to create a react app with the typescript template?npx
after that?Expected Behavior
npx
should workThe text was updated successfully, but these errors were encountered: