GluegunParameters Import Conflicts with Local Definition
See original GitHub issueDetails
- Version: 4.0.1
- Typescript
Issue
CLI Builds fail with the following typescript error:
node_modules/gluegun/build/types/domain/toolbox.d.ts:5:164 - error TS2440: Import declaration conflicts with local declaration of 'GluegunParameters'.
On inspection it looks like there was an intent to move the declaration of ‘GluegunParameters’ into another file and then import the definitions from ‘toolbox’ this seems to be the case with other definitions. It looks like that move didn’t happen though and the toolbox is importing ‘GluegunParameters’ from itself?
MIght be able to fix this and submit a PR but not sure if I’ll have a minute or if maybe theres some other issue here.
Thanks for the great project though. It has been very useful.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
TS2440: Import declaration conflicts with local ... - GitHub
Hi Sir! Bug report I am getting following below error : ERROR in [at-loader] ./node_modules/protractor/built/index.d.ts:5:10 TS2440: Import ...
Read more >Error TS2440 (TS) Import declaration conflicts with local ...
Seems the issue was with VSCode's auto-import of EventEmitter from Protractor ... should be import { EventEmitter } from '@angular/core';.
Read more >Import declaration conflicts with local declaration of ...
ts:5:24 - error TS2440: Import declaration conflicts with local declaration of 'ProtractorPlugin'. Azure DevOpsAzure DevOps. SK.
Read more >Tsc error 2440 when using three 108 (UV Generator and ...
TS2440 : Import declaration conflicts with local declaration. This error means stuff like this is not allowed: import { MyClass } from '....
Read more >angular/protractor - Gitter
... error TS2440: Import declaration conflicts with local declaration of 'ProtractorPlugin'. 5 import { PluginConfig, ProtractorPlugin } from '.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jamonholmgren thank you very much!!! 😃
🎉 This issue is fixed in version 4.1.1 🎉
The release is available on: