他のプライベート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"
}
それを行う正しい方法は何ですか?