worldping-app icon indicating copy to clipboard operation
worldping-app copied to clipboard

NPM - Need to update packages soon

Open mattttt opened this issue 8 years ago • 5 comments

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

mattttt avatar Jan 11 '17 20:01 mattttt

I think some of the dependencies may also be removed after updating grunt, as some of these warnings are transitive dependencies.

jdbranham avatar Jun 01 '17 23:06 jdbranham

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

jdbranham avatar Jun 04 '17 15:06 jdbranham

unless we want to change the build script process, we can ignore these.

jdbranham avatar Jun 04 '17 15:06 jdbranham

https://github.com/raintank/worldping-app/tree/dependency-updates

jdbranham avatar Jun 04 '17 15:06 jdbranham

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.

jdbranham avatar Jun 04 '17 15:06 jdbranham