Support yarn as an alternative to npm
See original GitHub issueYarn 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
.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:74
- Comments:9 (1 by maintainers)
Top Results From Across the Web
4 NPM Alternatives: Best JS Package Managers and ...
4 NPM Alternatives: Best JS Package Managers and Publishing Tools · 1. Bit · 2. Yarn · 3. PNPM · 4. Turbo.
Read more >NPM vs Yarn Cheat Sheet - Red Shift - Infinite Red
The packages are the same as on the NPM registry. Yarn is basically a new installer, where NPM structure and registry is the...
Read more >Yarn vs NPM: Which One is Best to Choose? - KnowledgeHut
Yarn and NPM both support workspaces, allowing you to manage dependencies for numerous projects from a single repository.
Read more >JavaScript package managers compared: npm, Yarn, or pnpm?
Version 1 of pnpm was released in 2017 by Zoltan Kochan. It is a drop-in replacement for npm, so if you have an...
Read more >NPM vs. Yarn: Which Package Manager Should You Choose?
Two of the most popular package managers among JavaScript (and Node.js) developers are npm and Yarn. There seems to be a lot of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yarn upgrade-interactive
is now part of yarn. You can probably resolve this issue.With save-exact one can use
yarn upgrade-interactive --latest
, but the unused dependencies feature is quite valuable