question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support yarn as an alternative to npm

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:74
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

30reactions
calvinfcommented, Dec 3, 2016

yarn upgrade-interactive is now part of yarn. You can probably resolve this issue.

12reactions
eug48commented, Dec 27, 2017

With save-exact one can use yarn upgrade-interactive --latest, but the unused dependencies feature is quite valuable

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found