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
yarn install
with the "model" ends with this error:With
npm
it works perfectly. My settings:npm -v
=>4.1.1