Commit 90c88d2
committed
Downgrade
v4.0.1 introduced a "Module not found: Error: Can't resolve 'unfetch' in '/src/node_modules/isomorphic-unfetch'" error when trying to compile projects using our updated @hubble/request package. This was due to it using v5.0.0 of the `unfetch` package as a dependency, which has an invalid path export in its package.json.
There's a PR for a fix submitted, but as it's been sitting there since 10/02/2023, there's no telling how long this may take to be updated. Therefore, downgrading to v4.0.0 of `isomorphic-unfetch` ensures it uses v4.2.0 of `unfetch`, which doesn't seem to have this problem.isomorphic-unfetch package from 4.0.2 to 4.0.01 parent 8966106 commit 90c88d2
2 files changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3188 | 3188 | | |
3189 | 3189 | | |
3190 | 3190 | | |
3191 | | - | |
3192 | | - | |
3193 | | - | |
3194 | | - | |
| 3191 | + | |
| 3192 | + | |
| 3193 | + | |
| 3194 | + | |
3195 | 3195 | | |
3196 | 3196 | | |
3197 | | - | |
| 3197 | + | |
3198 | 3198 | | |
3199 | 3199 | | |
3200 | 3200 | | |
| |||
5352 | 5352 | | |
5353 | 5353 | | |
5354 | 5354 | | |
5355 | | - | |
5356 | | - | |
5357 | | - | |
5358 | | - | |
| 5355 | + | |
| 5356 | + | |
| 5357 | + | |
| 5358 | + | |
5359 | 5359 | | |
5360 | 5360 | | |
5361 | 5361 | | |
| |||
0 commit comments