worldping-app
worldping-app copied to clipboard
NPM - Need to update packages soon
When running npm install with latest version (which is 1.2.1 at the time of writing this issue):
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Babel's CLI commands have been moved from the babel package to the babel-cli package
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: use uuid module instead
Also some other small warnings:
npm WARN prefer global [email protected] should be installed with -g
npm WARN prefer global [email protected] should be installed with -g
npm WARN prefer global [email protected] should be installed with -g
I think some of the dependencies may also be removed after updating grunt, as some of these warnings are transitive dependencies.
Updated dependencies. These are the only warnings now -
jdbranham@spectre:~/go/src/github.com/grafana/grafana/data/plugins/worldping-app$ npm install npm WARN prefer global [email protected] should be installed with -g npm WARN prefer global [email protected] should be installed with -g npm WARN prefer global [email protected] should be installed with -g npm WARN prefer global [email protected] should be installed with -g
unless we want to change the build script process, we can ignore these.
https://github.com/raintank/worldping-app/tree/dependency-updates
We may need to clear the CI cache - npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.1
grunt-execute should no longer be in the dependency list.