assertive icon indicating copy to clipboard operation
assertive copied to clipboard

yarn not supported

Open EndangeredMassa opened this issue 6 years ago • 1 comments

This module cannot be installed by yarn after 3.0.0.

error [email protected]: The engine "yarn" is incompatible with this module. Expected version "0.0.0". Got "1.17.3" error Found incompatible module.

This is because the package.json's engines section expects yarn to be version 0.0.0 instead of an actual range of support.

EndangeredMassa avatar Jul 16 '19 15:07 EndangeredMassa

This can be worked around by using the --ignore-engines flag in yarn commands. You can set this in a .yarnrc as well.

.yarnrc:

--ignore-engines true

EndangeredMassa avatar May 20 '21 17:05 EndangeredMassa