-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Locally installed np
dependency failed on 'Verify user is authenticated'
#256
Comments
Your local repository doesn't change the npm registry, via config or I was having a similar problem when using locally with |
It's the default registry specified as |
I'm also having a similar problem. It works correctly if I run |
Finally I know why 🙌 See this issue yarnpkg/yarn#5683 @garytryan try I wonder if could be fixed in |
@jamsinclair just got around to releasing a package. |
It breaks on ✖ Verify user is authenticated but when I test
npm whoami
I getartivilla
. I also haveAddKeysToAgent yes
in my~/.ssh/config
config file. Any other way I can I debug what might be causing this?I've tried try
./node_modules/.bin/np
ornpx np
which essentially both are accessing my local binaries.Works when I run the command globally.
Current Setup: OSX Sierra 10.13.3
Current Versions: [email protected], [email protected], [email protected]
The text was updated successfully, but these errors were encountered: