You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
[...]
The text was updated successfully, but these errors were encountered:
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.
After cloning
reveal.js
(HEAD
was at commit a0c0136), the below deprecation warnings were issued when I followed the full install instructions:The text was updated successfully, but these errors were encountered: