-
Notifications
You must be signed in to change notification settings - Fork 25
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 outdated #4
Comments
Hmmm. As mentioned in another issue, I'm no expert on config and packages. From what I can tell, it looks like babel-cli wanted to be 6.18.0 (it was 6.16) but I run this a couple of times and I get the same results as above, and not 0 results as in the NPM video on the subject. Should I be manually updating package.json to these latest versions? My understanding of things, was if it works at the major/minor version number, leave it alone. Not so? |
In a young project I think you want to be on top of this. Manually update package.json, yes. It's not clear whether you ran Probably advisable to delete the |
I ran You think I should specify them all as Good advice on deleting the |
Here's the list of options for prefixing dependencies. I tend to always want the latest utilities, packagers, transpilers and test runners, and a little more conservative on linters. Note that these are not equivalent. The last one is more liberal, and the one I would pick at this stage.
|
Also npm-shrinkwrap is interesting. Here you can have a liberal |
Yeah, I'm aware of it. Probably as the tasks above are just build and code quality, your first suggestion will be the most appropriate one. Thanks for all the input BTW! |
Another thing to be aware of is your |
A constant struggle, to be sure.
Steps to reproduce:
git clone
of the repo.$ npm install
.$ npm outdated
Observe: Out of the box, the following packages are lagging. Some significantly.
Aside: This will also eliminate some of the deprecation warnings during
$ npm install
The text was updated successfully, but these errors were encountered: