-
Notifications
You must be signed in to change notification settings - Fork 29
Build Error - TS2403: Subsequent variable declarations must have the same type. #10
Comments
@ostreifel @mohitbagra can you help? |
I was able to get past this with: npm install tfx-cli |
@jimNeff I receive the same error after doing what you suggest |
this may be a typescript version error. I known a lot of things were broken after tsc version 2.3.3. |
@ostreifel I was getting the same error output as OP. I tried changing
|
Pinning to typescript 2.1.4 yields many more errors. Cannot find name 'object' in |
and also:
|
Dupe of #15 |
Getting an error when running
grunt package-dev
. I can manually fix the error, but that just spits out another error.The text was updated successfully, but these errors were encountered: