-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.
Description
Using global yarn 1.22.10 calling
yarn init -y
yarn add imagemin
yarn outdated
terminates under Node 16.0.0 within reasonable time.
With node 16.1.0 neither yarn init -y
nor yarn outdated
terminate within reasonable time (I have not tried yarn add
). Yarn under node 16.1.0 prints Done in 3.0s
, but does not terminate on Linux.
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.