Closed dwisetiyadi closed 5 years ago
Where is boom being required/imported?
Hi, i've got the same problem, it's because @hapi/hapi depends on @hapi/boom that now contains types definitions and @types/hapihapi depends on @types/hapiboom that contains different definitions that are not compatible with ones contained in @hapi/boom
Same, issue appeared after upgrading from @hapi/boom@7.4.3
to @hapi/boom@7.4.10
.
Removed types from 7.x. Will put them back on 8.x. If you have types issues between the new boom types and external DT types, don't upgrade to v8 until the full hapi ecosystem is properly upgraded its types and they are all in sync.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Hi,
I got this error three days ago, before that days everythings is ok. Actually I didn't yet use Boom, my dependencies:
And this the detailed error:
Please help...