-
Notifications
You must be signed in to change notification settings - Fork 237
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
Support yarn as an alternative to npm #195
Comments
To install globally with yarn:
|
Cool. I haven't actually started using yarn, but I was looking at it some and was considering trying it out. I figured I probably wouldn't be the only one who wanted to use |
Support may not be necessary if they build their own updating solution similar to npm-check. Looks like work has already begun. |
|
Note that yarn doesn't support detection of unused dependencies, and AFAICT it isn't on their radar. |
If you're using save-exact, |
With save-exact one can use |
I love this tool too much! Does yarn currently do everything that npm-check does? If so I can just drop this tool. DX I hope it isn't the case, and we can support yarn as an alt option here. I can imagine it not being too much work to add a parameter somewhere that says use yarn instead of npm for the update strategy. |
Anyone who has the same problem please check yarn upgrade-interactive . |
Yarn is a new package manager I've heard about recently (apparently announced Oct 11, yesterday at the time I'm writing this issue), and I was hoping
npm-check
would add support for installing via yarn. The website is https://yarnpkg.com/.I may be wrong on this, but it seems as though yarn doesn't support global package installs. You might want to check into that and ignore the flag or whatever you use for specifying yarn install when the user is doing a global
npm-check
.The text was updated successfully, but these errors were encountered: