We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Glob 11.0.0 specifies those engines:
"engines": { "node": "20 || >=22" },
while this repository specifies:
"engines": { "node": ">= 16.14" },
This update was made from this commit: https://github.com/nestjs/nest-cli/commit/fc6e7a166f94389a5a0378d275ef5e3b86ed7bc5
fc6e7a1
pnpm i
Use a glob version that matches engines specification of this repository
10.4.6
No response
18.17.1
The text was updated successfully, but these errors were encountered:
#2786
Sorry, something went wrong.
@kamilmysliwiec I'm seeing this issue with 11.0.1 which looks to have been released to npm a few hours ago.
11.0.1
Locally I've pinned the version to 10.4.9 which resolves the issue, but this bug seems to have been reintroduced.
10.4.9
@dnln
Nest CLI v11 requires Node v20
No branches or pull requests
Is there an existing issue for this?
Current behavior
Glob 11.0.0 specifies those engines:
"engines": { "node": "20 || >=22" },
while this repository specifies:
"engines": { "node": ">= 16.14" },
This update was made from this commit: https://github.com/nestjs/nest-cli/commit/fc6e7a166f94389a5a0378d275ef5e3b86ed7bc5
Minimum reproduction code
fc6e7a1
Steps to reproduce
pnpm i
Expected behavior
Use a glob version that matches engines specification of this repository
Package version
10.4.6
NestJS version
No response
Node.js version
18.17.1
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: