-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
Comments
koliyo
changed the title
Update node version in
Update node version in package.json
Oct 17, 2016
package.json
|
This was referenced Nov 9, 2016
I also ran into this. |
Updated in #1743 |
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.
Was this release? I just got this issue while trying to install it with Btw, thanks for this awesome project! Really, it is awesome! ❤️ |
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
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.The text was updated successfully, but these errors were encountered: