Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Do no work with node > 10 #236

Open
FBerthelot opened this issue Sep 26, 2018 · 5 comments
Open

Do no work with node > 10 #236

FBerthelot opened this issue Sep 26, 2018 · 5 comments

Comments

@FBerthelot
Copy link
Contributor

Grunt and Gulp are no more compatible with those version of node

Relative issue => nodejs/node#20285

Time to update remove grunt from this project and keep gulp up to date ?

@FBerthelot
Copy link
Contributor Author

Or event better going to webpack ^^

#228

@coyotte508
Copy link

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?

@hgwood
Copy link
Contributor

hgwood commented Oct 12, 2020

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.

@coyotte508
Copy link

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

@hgwood
Copy link
Contributor

hgwood commented Oct 13, 2020

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants