Bağımlılık olarak diğer özel github depoları içeren npm tarafından github özel depo yüklemeye çalışıyorum.
Birçok yol ve yazı denedim ama hiçbiri çalışmıyor. İşte yaptığım şey:
npm install git+https://github.com/myusername/mygitrepository.git
package.json şöyle:
"dependencies": {
"repository1name": "git+https://github.com/myusername/repository1.git",
"repository2name": "git+https://github.com/myusername/repository2.git"
}
Bunu yapmanın doğru yolu nedir?