in my project I am trying to migrate from npm to yarn.
I simply ran the "yarn" command to generate the "yarn.lock".
During the process, it showed me the following error:
error linearicons@1.0.2: The engine "node" is incompatible with this module.
Expected version "^12.13.0". Got "10.19.0" error Found incompatible module.
So I ran the command "npm remove linearicons" then "yarn" to generate the "yarn.lock" without error, then "yarn add linearicons". But it gives me the same error as above.
My Yarn version is 1.22.10
Node version : v10.19.0
What could I do to fix this problem? I don't understand what he wants