-
Notifications
You must be signed in to change notification settings - Fork 492
Subsequent property declarations must have the same type - Compilation error #313
Comments
Any response ? |
Same problem here. A response would be greatly appreciated :-) |
Could be related to DefinitelyTyped/DefinitelyTyped#23644 |
Cannot reproduce this in 2.16.0 (and a more recent We've already had issues like this before: In general, it occurs because of a resolution duplication of |
just ran a fresh install, got same error with Yarn 1.7.0 when I switched to another computer I was able to install correctly with Yarn 1.1.0 there are a few differences in package.json and a couple others -- happy to offer further details if anyone wants to look into this of note is that when I copy the output "created" project it runs just fine under 1.7.0 |
I had the same problem suddenly after updating some packages and run |
Is this a bug report?
yes
Environment
npm ls react-scripts-ts
(if you haven’t ejected):[email protected]
node -v
: 9.10.1npm -v
: 5.6.0yarn --version
(if you use Yarn): 1.3.2Then, specify:
Steps to Reproduce
Expected Behavior
Start a minimal application
Actual Behavior
Boilerplate page will not show up.
Instead I get the following error message:
Package.json looks like this
Reproducible Demo
Please follow the instructions in "Steps to Reproduce"
The text was updated successfully, but these errors were encountered: