We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tsc command gives following errors:
tsc
typings/browser/ambient/es6-promise/es6-promise.d.ts(14,15): error TS2300: Duplicate identifier 'Promise'. typings/browser/ambient/es6-promise/es6-promise.d.ts(45,16): error TS2300: Duplicate identifier 'Promise'. typings/browser/ambient/es6-shim/es6-shim.d.ts(477,11): error TS2300: Duplicate identifier 'Promise'. typings/browser/ambient/es6-shim/es6-shim.d.ts(554,13): error TS2300: Duplicate identifier 'Promise'.
P.S. npm --version 3.5.3, node --version v4.1.2, and typings --version 0.6.8
npm --version 3.5.3
node --version v4.1.2
typings --version 0.6.8
The text was updated successfully, but these errors were encountered:
Any updates on this? Having same issue here, everything loads fine and app runs fine, but this error is annoying anyway.
Sorry, something went wrong.
No branches or pull requests
The
tsc
command gives following errors:P.S.
npm --version 3.5.3
,node --version v4.1.2
, andtypings --version 0.6.8
The text was updated successfully, but these errors were encountered: