vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 685 forks source link

The engine "node" is incompatible with this module #587

Closed toporan closed 4 years ago

toporan commented 4 years ago

While trying to install, I get lots of warnings and then, at the very end, I get this fatal error

error blendid@4.5.2: The engine "node" is incompatible with this module. Expected version ">=6.11.1 <10". Got "10.16.3" error Found incompatible module.

brian-g commented 4 years ago

Adding --ignore-engines to yarn install will bypass the problem.

toporan commented 4 years ago

OK, it worked. For any other having this issue, the command is:

yarn add blendid --ignore-engines

There is no yarn install! :-)

levonter commented 2 years ago

exactly looking for this