You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kittens reported Yarn master produces a botched install with an unfriendly message like this:
(Some Google juice:)
create-react-app myapp
cd myapp
npm start
Failed to compile
Error in Unexpected token )
@ multi main
Normally I'd expect that a botched install just doesn't start so it's frustrating it starts but then produces a weird error. It would be great if we could figure out why this is happening and crash more reasonable. We might also want to find a way to surface unexpected errors like this one.
The text was updated successfully, but these errors were encountered:
Seems like no one else is hitting this so far (or at least not reporting it), and I really don't know what caused this. Closing until we have more issues like this.
@kamthamc Yes, it was due to Babel accidentally releasing a buggy version. It should be fine now, just delete node_modules and run npm install again. See details in #1550.
lockbot
locked and limited conversation to collaborators
Jan 22, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@kittens reported Yarn master produces a botched install with an unfriendly message like this:
(Some Google juice:)
Normally I'd expect that a botched install just doesn't start so it's frustrating it starts but then produces a weird error. It would be great if we could figure out why this is happening and crash more reasonable. We might also want to find a way to surface unexpected errors like this one.
The text was updated successfully, but these errors were encountered: