-
Notifications
You must be signed in to change notification settings - Fork 81
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
yarn config needs sudo on macos #8
Comments
So I just found that just a
|
hmm, weird, it's certainly not installed with sudo.... we'll investigate, ty @JCMais |
hmmm, i'm not able to reproduce @JCMais : https://circleci.com/gh/iynere/sandbox/640 can you send a link to the job where you saw this ? also, you might try something like this to fix : |
Running I'm closing this since I don't have time to dig into it or to check why it was happening. |
@JCMais well, for now, I can easily add that line to the orb code, so you won't have to keep running it 🙂 thanks ! |
patched in https://github.com/CircleCI-Public/node-orb/releases/tag/v1.1.2 |
Orb version
1.1.0
What happened
Running
yarn config set cache-folder ~/.cache/yarn
now needs sudo. It's weird for it to ask for sudo since it should be installed for the current user.This started happening after upgrading from 1.0.1 to 1.1.0 to get the fixes from #5
Expected behavior
Should run without sudo(?)
If that is expected please let me know.
The text was updated successfully, but these errors were encountered: