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

Deprecation warnings when doing a full install. #2073

Closed
cschwenz opened this issue Jan 19, 2018 · 2 comments
Closed

Deprecation warnings when doing a full install. #2073

cschwenz opened this issue Jan 19, 2018 · 2 comments
Labels

Comments

@cschwenz
Copy link

After cloning reveal.js (HEAD was at commit a0c0136), the below deprecation warnings were issued when I followed the full install instructions:

% npm install                                                                                                               (master|✔)
npm WARN deprecated [email protected]: Use the built-in module in node 9.0.0 or newer, instead
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)

[...]
@bnjmnt4n
Copy link
Collaborator

This is due to our usage of Grunt as a task manager, and grunt-contrib-connect. Grunt hasn't been updated in 2 years, and some of its dependencies are probably outdated. I've created an issue here: gruntjs/grunt#1618. Also for grunt-contrib-connect see gruntjs/grunt-contrib-connect#235. But regardless, both these warnings should not affect users directly.

@graingert
Copy link

@bnjmnt4n might be worth investigating using webpack

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

No branches or pull requests

3 participants