Open FBerthelot opened 6 years ago
Or event better going to webpack ^^
https://github.com/Zenika/zenika-formation-framework/pull/228
error reveal.js@2.6.2: The engine "node" is incompatible with this module. Expected version "~0.8.0". Got "10.15.3"
Even reveal.js is outdated?
Hi! If you use npm this is only a warning so I'm guessing you're using yarn. Use the --ignore-engines
to ignore this error. I also invite you to try https://github.com/Zenika/sensei instead of zenika-formation-framework.
Hi @hgwood , this is what NPM has for sensei: https://www.npmjs.com/package/sensei
Is it published somewhere? I want to be able to do this in my package.json
{
"scripts": {
"serve": "sensei serve .",
"pdf" : "sensei pdf ."
},
devDependencies: {
"sensei": "..."
}
}
Without installing any global module
@coyotte508 It will be published at some point in the future (as @zenika/sensei)
. Meanwhile you can use "sensei": "https://github.com/Zenika/sensei"
in your package.json.
Grunt and Gulp are no more compatible with those version of node
Relative issue => https://github.com/nodejs/node/issues/20285
Time to update remove grunt from this project and keep gulp up to date ?