依存関係として他のプライベート github リポジトリを含む npm で github プライベート リポジトリをインストールしようとしています。
多くの方法と投稿を試しましたが、どれも機能していません。これが私がやっていることです:
npm install git+https://github.com/myusername/mygitrepository.git
package.json では次のようになります。
"dependencies": {
"repository1name": "git+https://github.com/myusername/repository1.git",
"repository2name": "git+https://github.com/myusername/repository2.git"
}
それを行う正しい方法は何ですか?