Zenika-Training / zenika-formation-framework

Tools to build and present our training material
8 stars 25 forks source link

Error using yarn #195

Open jlandure opened 7 years ago

jlandure commented 7 years ago

yarn install with the "model" ends with this error:

[2/4] 🚚  Fetching packages...
error reveal.js@2.6.2: The engine "node" is incompatible with this module. Expected version "~0.8.0".
error Found incompatible module

With npm it works perfectly. My settings: npm -v => 4.1.1

hgwood commented 7 years ago

I've seen this too, but I don't think we can do anything about it except for upgrading to Reveal 3 (#127).

jlandure commented 7 years ago

Can we try the following workaround: yarn --ignore-engines?