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

Version compatibility issues with Node 20 and pnpm 9 #3375

Open
5 tasks done
steven-pribilinskiy opened this issue Dec 18, 2024 · 1 comment
Open
5 tasks done

Version compatibility issues with Node 20 and pnpm 9 #3375

steven-pribilinskiy opened this issue Dec 18, 2024 · 1 comment

Comments

@steven-pribilinskiy
Copy link

Describe the bug

Unable to install dependencies due to strict engine requirements in package.json:

Current environment:

  • Node.js v20.10.0 (required: ^18)
  • pnpm v9.13.0 (required: ^8.11.0)

The project currently enforces strict version requirements that prevent using newer versions of Node.js and pnpm.

Reproduction

https://github.com/module-federation/core

Used Package Manager

pnpm

System Info

Node.js: v20.10.0
pnpm: v9.13.0
OS: Linux (WSL)

Validations

@ScriptedAlchemy
Copy link
Member

corepack enable

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

No branches or pull requests

2 participants