Skip to content
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

switch away from npm-cli #121

Open
andreineculau opened this issue Jun 20, 2019 · 0 comments
Open

switch away from npm-cli #121

andreineculau opened this issue Jun 20, 2019 · 0 comments

Comments

@andreineculau
Copy link
Contributor

we've had several issues in the past few years (the most recent one being that npm dedupe breaks the dependency tree, and needs an extra npm install) and now this https://gist.github.com/aeschright/8ed09cbc2a4aee00fcb4ad35086d76a6

i've investigated a contender one year ago - pnpm https://github.com/pnpm/pnpm and the only issues found then were around deps that were relying incorrectly on deps without specifying them in package.json (but work in npm because of the flattening side-effect of its installation algorithm) and around git deps. both of those issues have been fixed afaik, so it should be tested again.

alternatively yarn is second in line, though disk space issues, license, etc issues were flying around, so it also needs proper attention.

other serious contenders?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant