-
Notifications
You must be signed in to change notification settings - Fork 492
when i exec yarn start
, it will throw a error !!!
#274
Comments
I was actually about to post this same issue! I tried different environments, namely:
I've been noticing this problem in other projects too recently. And I come to think that the react types are the source of the problem. Basically, it seems that if your project depends on it and one of your dependencies does as well, it will throw this error. |
@littleLane, @tiagovtristao |
I had the same issue, for some odd reason, in the latest |
For me, the only thing that worked (this is using
|
I just modified the react-dom dev dependency to be |
Thanks,it started working as @kigorw said! |
I pulled a request to resolve the error!! |
I'm afraid that fix won't fix anything - esp. since it only updates this project's development dependencies...
This is not the latest version, and is definitely an extremely curious behavior. However, it does not seem to be related to |
Enabling |
@sebald it worked but can you please explain why it worked? edit: I saw it skip type checking of all declaration files. Is it harmful or doesn't make any difference? |
Is this a bug report?
It can't be nice after i operate according to the steps, it will throw a error that
Environment
node -v
: 6.11.3npm -v
: 5.7.1yarn --version
: 1.2.0Steps to Reproduce
The text was updated successfully, but these errors were encountered: