1. Problem
When i used yarn, i met problem. Node version and moduel’s expected version. I tried yarn
command and system install moduels, but that makes problem.
warning storybook-addon-deps > react-google-charts > react-load-script@0.0.6: abandoned and unmaintained
[3/5] 🚚 Fetching packages...
error @angular-devkit/architect@0.1200.2: The engine "node" is incompatible with this module. Expected version "^12.14.1 || ^14.0.0". Got "16.14.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
2. Solving
When if you see this problem, you can use this way.
In my case, i appended --ignore-engines
option. This makes problem didn’t aries.
$ yarn install --ignore-engines