mswjs / interceptors

Low-level network interception library.
https://npm.im/@mswjs/interceptors
MIT License
565 stars 127 forks source link

Cannot find module '@mswjs/interceptors/presets/browser' or its corresponding type declarations. #664

Open dilip-splore opened 3 weeks ago

dilip-splore commented 3 weeks ago

when trying to use presets

JanMolcik commented 2 weeks ago

I am having the similar issue here. I have read all the discussion about this in https://github.com/mswjs/interceptors/issues/476 and https://github.com/mswjs/interceptors/issues/345, however, I still can't get it to work. I have create a minimal reproducible example (code sandbox) to showcase it.

I am trying to upgrade from version 0.19.0 to latest but since version 0.22.0 I am unable to proceed because of this.

@kettanaito Can you share your thoughts on this please?