-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug][Case Study] General feedback and bugs #962
Comments
Solutions to some of your problems:
# Mark .pnp.js as a generated binary to prevent git from trying to merge it
/.pnp.js binary linguist-generated
# Hide .yarn from GitHub's language statistics
/.yarn/** linguist-vendored
I'll investigate the There are a few more Yarn 2 tips that you can find on a Reddit comment that I left yesterday: https://www.reddit.com/r/javascript/comments/f4r213/askjs_is_someone_using_yarn_v2_in_business/fht7emv?utm_source=share&utm_medium=web2x |
Thank you for your quick response :-) My expectations were incorrect since I expected there to be less effort for me to put in and for my situation it's easier to wait a bit. I'll try migrating again in a few months when there is a broader support for it. I think that the general feedback you can take from me, is that I have trouble with understanding all the new concepts, the reasons for them, and converting my existing projects to it when coming from a fairly simple situation. |
@paul-soporan I disagree with the confusion expressed in this issue, but I will chime in as another Windows user: the Expected: |
@TheIncorrigible1 The |
Dear Yarn people,
First of all; thank you for all the effort! I love that you guys have a vision of where the whole node package management thing should go to.
After upgrading, I ran into some problems:
.pnp.js
,.yarnrc.yml
,.vscode/pnpify/...
files and I don't know which to ignore or keep..pnp.js
since it makes my IDE (vscode) really slow when diffing.node_modules
that contains all the modules and a simple lock file..yarnrc.yml
are only compatible with windows because they use\
in the paths.Honestly; I don't really care about how my packages are managed as long as I have some form of lock files and installing and linking them doesn't take too long.
My conclusion is; going back to yarn
1.whatever
or just installing npm. Again; I appreciate that we're going into a new direction but my experience this far is really really bad.The text was updated successfully, but these errors were encountered: