-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cannot run NPM install (non Adobe employee) - 401 Unauthorized #2
Comments
It seems it works with these versions npm -version node It DOESN'T work with these node: v18.12.1 |
To make it work, I removed every "node_modules*" node from package-lock.json, keeping only this content:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behaviour
I can run an
npm install
to use this projectActual Behaviour
npm ERR! 401 Unauthorized - GET https://adobe.trust-adobe.console.banyanops.com/v2/auth?client_id=REDACTED&nonce=REDACTED&redirect_uri=https%3A%2F%2Fartifactory.corp.adobe.com%2Fbnn_trust_cb&response_type=code&scope=openid+profile+email&state=REDACTED
I've redacted the client_id, nonce and state as I'm not sure if they are sensitive or not
Reproduce Scenario (including but not limited to)
Run
npm install
Steps to Reproduce
Run
npm install
Platform and Version
main branch of this project
Sample Code that illustrates the problem
npm install
Logs taken while reproducing problem
npm ERR! 401 Unauthorized - GET https://adobe.trust-adobe.console.banyanops.com/v2/auth?client_id=REDACTED&nonce=REDACTED&redirect_uri=https%3A%2F%2Fartifactory.corp.adobe.com%2Fbnn_trust_cb&response_type=code&scope=openid+profile+email&state=REDACTED
The text was updated successfully, but these errors were encountered: