Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node version in package.json #1729

Closed
koliyo opened this issue Oct 17, 2016 · 6 comments
Closed

Update node version in package.json #1729

koliyo opened this issue Oct 17, 2016 · 6 comments

Comments

@koliyo
Copy link

koliyo commented Oct 17, 2016

Reveal.js does not install with the yarn package manager and node engine v6. I'm getting this error:
error [email protected]: The engine "node" is incompatible with this module. Expected version "~4.1.1".

I can install it using npm, and it seems to work, so I guess it is only the entry in package.json that needs updating.

@koliyo koliyo changed the title Update node version in package.json Update node version in package.json Oct 17, 2016
@koliyo
Copy link
Author

koliyo commented Oct 17, 2016

$ node --version
v6.8.1

@msegado
Copy link

msegado commented Nov 17, 2016

I also ran into this.
(@Kolis, as a temporary workaround, yarn has a --ignore-engines flag you can use)

@hakimel
Copy link
Owner

hakimel commented Dec 1, 2016

Updated in #1743

@hakimel hakimel closed this as completed Dec 1, 2016
@mrsum
Copy link

mrsum commented Dec 6, 2016

Hm... Still have troubles with reveal 3.3.0 and node v6.9.1

bnjmnt4n added a commit to bnjmnt4n/reveal.js that referenced this issue Dec 6, 2016
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.

Ref. hakimel#1729, hakimel#1743.
Closes hakimel#1725.
hakimel pushed a commit that referenced this issue Dec 6, 2016
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.

Ref. #1729, #1743.
Closes #1725.
@pirelenito
Copy link

Was this release? I just got this issue while trying to install it with yarn add reveal.js.

Btw, thanks for this awesome project! Really, it is awesome! ❤️

@hakimel
Copy link
Owner

hakimel commented Jan 10, 2017

Just released this as part 3.4.0 🚀

SteveDesmond-ca pushed a commit to SteveDesmond-ca/presentations that referenced this issue Apr 19, 2017
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.

Ref. hakimel#1729, hakimel#1743.
Closes hakimel#1725.
SteveDesmond-ca pushed a commit to SteveDesmond-ca/presentations that referenced this issue Apr 19, 2017
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.

Ref. hakimel#1729, hakimel#1743.
Closes hakimel#1725.
derheap pushed a commit to derheap/reveal.js that referenced this issue Feb 22, 2018
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.

Ref. hakimel#1729, hakimel#1743.
Closes hakimel#1725.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants