You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! code ENEEDAUTH
npm ERR! need auth This command requires you to be logged in to https://artifactory.company.link.com
npm ERR! need auth You need to authorize this machine using `npm adduser`
Probably same issue exists with auto shipit
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to run canary build after upgrading to npm version 8.x node version 16.x on github CI. Getting
npm ERR! code ENEEDAUTH
To Reproduce
npx auto canary --pr ${{ env.PR_NUMBER }}
on github worklfowExpected behavior
Should create a canary build in artifactory
Screenshots
Environment information:
Additional context
npx auto canary --pr ${{ env.PR_NUMBER }} --dry-run
works finenpx auto canary --pr ${{ env.PR_NUMBER }}
auto shipit
The text was updated successfully, but these errors were encountered: