aws-samples / aws-samples/aws-codeartifact-samples
How to install package uploaded to CodeArtifact?
- 主要言語
- JavaScript
- スター
- 9
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I just created an npm package (using typescript and node18 ) and uploaded it to Code Artifact.
As stated in [this document][1] I used the following command to install the package
aws codeartifact login --tool npm --repository repoName --domain domainName --domain-owner
Instead I got `.npmrc` file and still can't use my package.
Any explanation why I'm still unable to use package or how can I do so?
Note: the domain name nor the repo are scoped
[1]: https://docs.aws.amazon.com/codeartifact/latest/ug/npm-auth.html
コントリビューションガイド
調査の方向性
リンクされている AWS CodeArtifact の npm 認証ドキュメントから始め、生成された .npmrc 設定を確認します。記載されている unscoped リポジトリの設定でパッケージのインストールフローを再現し、その後、パッケージを正常にインストールするために不足している手順または設定を文書化します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, nodejs, typescript
- 領域
- cloud, devops
- issue の種類
- ドキュメント
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100