[ https://issues.apache.org/jira/browse/CLIMATE-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175397#comment-15175397 ]
ASF GitHub Bot commented on CLIMATE-572: ---------------------------------------- GitHub user Omkar20895 opened a pull request: https://github.com/apache/climate/pull/317 CLIMATE-572 Address deprecation and WARN's in ocw-ui/frontend npm ins… …tall This pull requests adds a new package 'grunt-ng-annotate' instead of 'grunt-ngmin' which is deprecated. ng-annotate has ngmin in its uspstream dependencies. Please take a look at it and let me if there are any issues. Thanks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Omkar20895/climate master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/317.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 #317 ---- commit 4eac1ad03883f17899e16be8cb6858c422d03f22 Author: Omkar20895 <omkar@omkars-macbook-pro.local> Date: 2016-03-02T10:22:45Z CLIMATE-572 Address deprecation and WARN's in ocw-ui/frontend npm install ---- > Address deprecation and WARN's in ocw-ui/frontend npm install > ------------------------------------------------------------- > > Key: CLIMATE-572 > URL: https://issues.apache.org/jira/browse/CLIMATE-572 > Project: Apache Open Climate Workbench > Issue Type: Improvement > Components: build process > Affects Versions: 0.5 > Reporter: Lewis John McGibbney > Assignee: Michael Anderson > Fix For: 1.1 > > > {code} > lmcgibbn@LMC-032857 /usr/local/climate/ocw-ui/frontend(master) $ npm install > npm WARN package.json ocwui@0.0.0 No description > npm WARN package.json ocwui@0.0.0 No repository field. > npm WARN package.json ocwui@0.0.0 No README data > npm WARN deprecated grunt-ngmin@0.0.3: use grunt-ng-annotate instead > npm WARN deprecated ngmin@0.4.1: use ng-annotate instead > .... > {code} > We should investigate -- This message was sent by Atlassian JIRA (v6.3.4#6332)