-
-
Notifications
You must be signed in to change notification settings - Fork 121
mkdirp module cannot be found #166
Comments
I've just run into this problem also. Given that this Right now this is completely breaking /cc @MoOx @viankakrisna |
Sorry for the breakage! it's now released as 1.0.1 |
@davazp @jeremywiebe In this kind of scenario, the best thing to do is to use ~1.6.0 so you don't get the "bug". Reverting an improvement because of a small thing that you can workaround by having mkdir around or using an old version look crazy to me. Opening a PR to add the missing dep will take the same time as commenting here btw. @viankakrisna no problem, this kind of things happen :) Thanks for fixing this quickly! |
@viankakrisna that was fast! Thank you. |
The problem affects the latest release. It seems caused by the recently added
loader-fs-cache
dependency, which does not includemkdirp
in the dependency list (but it uses it).I have reported it viankakrisna/loader-fs-cache#1, but I created this issue for people experiencing the same problem.
The text was updated successfully, but these errors were encountered: