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
package.json
{ "version": "0.0.0", "private": true, "engines": { "node": "18.1.0", "yarn": "3.2.0" }, "workspaces": [ "apps/*", "packages/*" ], ... }
node -v : v14.18.3
node -v
v14.18.3
yarn install just succeeds.
yarn install
.yarnrc.yml
nodeLinker: node-modules plugins: - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs spec: "@yarnpkg/plugin-interactive-tools" yarnPath: .yarn/releases/yarn-3.2.0.cjs # ignore-engines: false # install: # ignore-engines: true
I tried
.npmrc with engine-strict = true did not help.
engine-strict = true
Is there any config I am missing?
The text was updated successfully, but these errors were encountered:
See #1177
Sorry, something went wrong.
Duplicate of #1177
No branches or pull requests
package.json
node -v
:v14.18.3
yarn install
just succeeds..yarnrc.yml
I tried
.npmrc with
engine-strict = true
did not help.Is there any config I am missing?
The text was updated successfully, but these errors were encountered: