Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM - Need to update packages soon #171

Open
mattttt opened this issue Jan 11, 2017 · 5 comments
Open

NPM - Need to update packages soon #171

mattttt opened this issue Jan 11, 2017 · 5 comments
Assignees

Comments

@mattttt
Copy link
Contributor

mattttt commented Jan 11, 2017

When running npm install with latest version (which is 1.2.1 at the time of writing this issue):

npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated babel@6.5.2: Babel's CLI commands have been moved from the babel package to the babel-cli package
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: 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 node-uuid@1.4.7: use uuid module instead

Also some other small warnings:

npm WARN prefer global jsonlint@1.6.2 should be installed with -g
npm WARN prefer global jshint@2.9.4 should be installed with -g
npm WARN prefer global node-gyp@3.5.0 should be installed with -g
@jdbranham
Copy link
Contributor

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

@jdbranham
Copy link
Contributor

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 coffee-script@1.10.0 should be installed with -g
npm WARN prefer global jsonlint@1.6.2 should be installed with -g
npm WARN prefer global jshint@2.9.4 should be installed with -g
npm WARN prefer global node-gyp@3.6.2 should be installed with -g

@jdbranham
Copy link
Contributor

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

@jdbranham
Copy link
Contributor

@jdbranham jdbranham self-assigned this Jun 4, 2017
@jdbranham
Copy link
Contributor

We may need to clear the CI cache -
npm ERR! peerinvalid Peer grunt-execute@0.2.2 wants grunt@~0.4.1

grunt-execute should no longer be in the dependency list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants