assertive icon indicating copy to clipboard operation
assertive copied to clipboard

yarn not supported

Open EndangeredMassa opened this issue 5 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