How to use private Github repo as npm dependency

How do I list a private Github repo as a "dependency" in package.json? I tried npm’s Github URLs syntaxes like ryanve/example, but doing npm install in the package folder gives “could not install” errors for the private dependencies. Is there a special syntax (or some other mechanism) for depending on private repos?

6 Answers
6

Leave a Comment