Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yeoman-generator wants conflicting transitive dependencies on mem-fs #1502

Closed
ntucker opened this issue Feb 8, 2024 · 3 comments
Closed
Labels
needs triage Awaiting triage stale

Comments

@ntucker
Copy link

ntucker commented Feb 8, 2024

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 ntucker added the needs triage Awaiting triage label Feb 8, 2024
@mshima
Copy link
Member

mshima commented Feb 15, 2024

@yeoman/types requires node 16 while mem-fs@4 requires node 18.

  • it would require a major bump creating incompatibilities between environment and generators types.
  • v2 may never happen since it only provides types and it should be stable, no breaking change in types will probably be implemented.

Copy link
Contributor

This issue is stale because it has been open with no activity. Remove stale label or comment or this will be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Awaiting triage stale
Projects
None yet
Development

No branches or pull requests

2 participants