Fundamentals of Programming
Problems publishing a private module to the GitHub Package Registry

Problems publishing a private module to the GitHub Package Registry

I noticed many of you are having a hard time trying to publish the module to the GitHub Package Registry.

This class 2023/03/14 from 18:03 to to 35:00 may help to overcome the gotchas when publishing a private npm module in the github package registry.


  • Start to talk about publishing a module at minute 18:03.
  • How to get the GitHub token at minute 19:58
  • Providing the token to the npm client at minute 23:00
  • Issuing npm publish at minute 23:52
  • Associating the GitHub Organization ULL-ESIT-PL-2324 as a scope to the github registry at minute 28:13
  • From minute 34:25 and on, we discuss how to build a web site using a static generator like Vuepress and how to deploy it to GitHub Pages.