-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
inconsistent npm versions in package.json #7184
Comments
Perhaps a better question is why are we even putting |
any update on this ? ;o) |
No update on this. I'll probably just remove it from devDependencies altogether, since it doesn't serve any purpose that I'm aware of. |
it seems to be needed for the licenses task https://github.com/elastic/kibana/blob/master/tasks/licenses.js#L2 |
That'd do it. |
Is this causing you an issue? It'd be good if those versions were in sync, so I'm totally down with it getting updated, but I also don't think it's outright necessary either. |
No it is not causing an issue. I was curious why it is like that. |
Cool! It seems to just be a mistake. |
Resolved in #7526 |
In package.json the npm version is 2.15.1 in
engines
section, but it is 2.11.0 in thedevDependencies
section. Is this normal ?The text was updated successfully, but these errors were encountered: