generator icon indicating copy to clipboard operation
generator copied to clipboard

yeoman-generator wants conflicting transitive dependencies on mem-fs

Open ntucker opened this issue 4 months ago • 2 comments

Fix:

Update @yeoman/types mem-fs dependency to 4

Problem:

yeoman-generator depends on @yeoman/types and mem-fs@4. But @yeoman/types doesn't like mem-fs@4 - it wants @3.

mem-fs is listed by your project with version 4.0.0, which doesn't satisfy what @yeoman/types (pac28d) requests (^3.0.0).

ntucker avatar Feb 08 '24 12:02 ntucker