-
-
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] running just yarn
doesn't install
#738
Comments
That's weird, I can't reproduce it 🤔 |
I can still reproduce this in the berry repository, what more info could help you? |
This comment has been minimized.
This comment has been minimized.
Do you have an alias on |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Hmm, that is a good call: process.argv === [
'/Users/haroen/.nvm/versions/node/v13.3.0/bin/node',
'/Users/haroen/git/berry/scripts/run-yarn.js',
''
] |
This comment has been minimized.
This comment has been minimized.
Interesting - any idea where that might come from? Is it nvm? 🤔 |
Yes, I am using nvm on fish, let me see how it's configured |
We couldn't reproduce your issue (all the assertions passed on master). |
(sorry for the spammy yarnbot - it triggers when the tags change, even if it changes them itself 🤦♀️) |
Looks like this one is the one I'm using https://github.com/FabioAntunes/fish-nvm |
(installed with https://github.com/jorgebucaran/fisher) |
Have you found the cause? Should we close the issue? |
I have not found the issue for this, but I guess it can be closed for now |
This is happening to me, too, using Yarn 2.4.0 with Fish:
@arcanis can you reopen? I'd be willing to try to fix it, if you can help me figure out where to look next. |
Same here, on yarn
on yarn
|
Can reproduce by running |
I think this may be fixed in fish 3.2.1: https://github.com/fish-shell/fish-shell/releases/tag/3.2.1 (I can no longer repro it) Can someone else try? |
Describe the bug
Running
yarn
in v2 gives this error:Since we can't run a script named empty string, the previous default of installing makes more sense
To Reproduce
Running just
yarn
gives this error, regardless of environment.Environment if relevant (please complete the following information):
Additional context
in v1 this installed
The text was updated successfully, but these errors were encountered: