GitHub user cuspymd reopened a pull request: https://github.com/apache/zeppelin/pull/1731
[ZEPPELIN-1239] Google WebFont: goog-webfont-dl Grunt task warning and build error ### What is this PR for? It is to fix a zeppelin-web build error in Windows 10. To fix it, I changed google webfont download module of grunt. ### What type of PR is it? [Bug Fix] ### Todos ### What is the Jira issue? [ZEPPELIN-1239](https://issues.apache.org/jira/browse/ZEPPELIN-1239) ### How should this be tested? zeppelin-web build in Windows 10 ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No 'spawn UNKNOWN' error occurs on zeppelin-web build processing in windows 10. It due to the function 'grunt.util.spawn()' which is called by the module 'grunt-goog-webfont-dl'. So I changed this module to 'grunt-google-fonts'. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cuspymd/zeppelin google-fonts Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1731.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1731 ---- commit 1fea68fe08b06f7c5215dc54c5601d52d9386bbf Author: Myoungdo Park <cusp...@gmail.com> Date: 2016-12-06T16:12:59Z Change google font downloader to fix a build error in win 7 Curruntly 'spawn UNKNOWN' error occurs on zeppelin-web build processing in windows 7. It due to the function 'grunt.util.spawn()' which is called by the module 'grunt-goog-webfont-dl'. So I changed this module to 'grunt-google-fonts'. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---