wqzwh commented on issue #3174: Warning when maven install for npm version issue URL: https://github.com/apache/incubator-shardingsphere/issues/3174#issuecomment-539931066 When you use version 6.10.0 or lower of node, the above warning message will appear. The main reason is that during the process of downloading dependency packages, node of this version finds that some dependency packages are no longer maintained. Therefore, when warning message appears, you can choose to leave a message to the author of the package to remind them to upgrade the package. But I think the best way is to upgrade node to the latest version. The above warning information will not appear when the node version is larger than 8.11.0 after testing.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
