You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn install v1.22.19
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19". Got "20.2.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
This is a workaround...
yarn config set ignore-engines true
yarn why gives me:
yarn why v1.22.19
[1/4] 🤔 Why do we have the module "@achrinza/node-ipc"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "@achrinza/[email protected]"
info Reasons this module exists
"@VUE#cli-plugin-typescript#@VUE#cli-shared-utils" depends on it
Hoisted from "@VUE#cli-plugin-typescript#@VUE#cli-shared-utils#@achrinza#node-ipc"
✨ Done in 0.21s.
The text was updated successfully, but these errors were encountered:
Version
5.0.8
Environment info
Steps to reproduce
yarn
What is expected?
Should install necessary packages
What is actually happening?
yarn install v1.22.19
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19". Got "20.2.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
This is a workaround...
yarn config set ignore-engines true
yarn why gives me:
yarn why v1.22.19
[1/4] 🤔 Why do we have the module "@achrinza/node-ipc"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "@achrinza/[email protected]"
info Reasons this module exists
✨ Done in 0.21s.
The text was updated successfully, but these errors were encountered: