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
I'm trying to deploy to artifactory on GCP but I can't get the command yarn npm publish to work, however I CAN get npm publish to publish to my GCP hosted registry.
With yarn
➤ YN0033: No authentication configured for request
➤ YN0000: Failed with errors in 0s 22ms
with npm publish (success)
npm notice
+ @loop/model@1.0.0
Other info
NPM seems to be picking up the credentials set by this command provided from google
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to deploy to artifactory on GCP but I can't get the command
yarn npm publish
to work, however I CAN getnpm publish
to publish to my GCP hosted registry.With
yarn
with
npm publish
(success)Other info
NPM seems to be picking up the credentials set by this command provided from google
also npm is picking up
@loop:registry
changes listed in.npmrc
but YARN is notSo, yarn is either
a) Not picking up the registry changes
b) Not picking up the auth requirements.
Any ideas on best practices here? Cheers all
Beta Was this translation helpful? Give feedback.
All reactions