babar icon indicating copy to clipboard operation
babar copied to clipboard

Node 10 error

Open irudoy opened this issue 7 years ago • 2 comments

$ node -v
v10.2.1

$ yarn add babar --dev
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module

irudoy avatar Jun 01 '18 08:06 irudoy

You can use --ignore-engines flag

utix avatar Jun 07 '18 13:06 utix

Seems like the engine is specified in a sub-dependency.

stephan83 avatar Jun 08 '18 12:06 stephan83