मैं npm द्वारा github निजी रिपॉजिटरी स्थापित करने की कोशिश कर रहा हूं जिसमें निर्भरता के रूप में अन्य निजी github रिपॉजिटरी शामिल हैं।
बहुत सारे तरीके और पोस्ट करने की कोशिश की है, लेकिन कोई भी काम नहीं कर रहा है। यहाँ मैं क्या कर रहा हूँ:
npm install git+https://github.com/myusername/mygitrepository.git
in package.json की तरह है:
"dependencies": {
"repository1name": "git+https://github.com/myusername/repository1.git",
"repository2name": "git+https://github.com/myusername/repository2.git"
}
इसे करने का सही तरीका क्या है?