Sto cercando di installare il repository github privato da npm che include altri repository github privati come dipendenza.
Ho provato molti modi e post, ma nessuno funziona. Ecco cosa sto facendo:
npm install git+https://github.com/myusername/mygitrepository.git
in package.json è come:
"dependencies": {
"repository1name": "git+https://github.com/myusername/repository1.git",
"repository2name": "git+https://github.com/myusername/repository2.git"
}
Qual è il modo giusto per farlo?