python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Publishing npm private package to AWS CodeArtifact (private field set to true in package.json)
Context
I am attempting to publish a private package to AWS CodeArtifact and having difficulties.
The package.json file has its private field set to false to prevent accidental publishing to npmjs.com...

Igor Soloydenko
Votes: 0
Answers: 0
Export CODEARTIFACT_AUTH_TOKEN when MFA is enabled
I am logged in with AWS Access Key ID and AWS Secret Access Key in the terminal. But when i am running the command:
export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain XX...
dogTheCode
Votes: 0
Answers: 0