npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
问题 I am installing node.js on a CentOS 7 server, and am getting the following error when I try to install yeoman: npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm The install of yeoman seems to otherwise work correctly. Is there something that I can do to avoid this warning? What are the implications of leaving it unhandled? Here is the rest of the first part of the terminal output from the yeoman install: [root@localhost ~