Creating a Local Private NPM registry using Verdaccio

preview_player
Показать описание
If you want to be able to publish npm packages to a local npm registry so that they can be used and tested, either before publishing them to a remote one or because npm link or even yalc are not working for you or if you just need a really easy to use and install private npm registry. In this quick tips episode, you will learn how!

Free Mini-Courses
Creating Docker Containers Introduction - Docker4devs Mini-Course

Blog Post to find more links, code, and the commands shown in the video:

If you enjoyed my video and it helped you learning something new or solving a problem, and you would like to Buy me a coffee, you can do just that at:

00:00 Topics for the video
00:30 Channel Intro
00:52 Download and start your local Verdaccio's private NPM registry
01:23 Simple nodejs app and library to show how publishing and downloading packages from the npm registry work
01:50 Publishing package fails
02:02 Add a user to your npm registry
02:10 Publish a package into the npm registry
02:27 Installing a package from a npm registry fails - Not Found
02:41 Check which npm registry is currently being used
02:53 configure the local private npm registry using a .npmrc file
03:16 Install the npm package - Success
03:24 How to configure a npm registry globally
03:44 Mini-Course

Share this video with a friend:

Watch next
How to copy files from and to a running Docker container

Creating Docker containers for Adobe Experience Manager

Recommended Playlist
Creating/Using Docker Containers

Adobe Experience Manager

Let’s connect:
Рекомендации по теме
Комментарии
Автор

Thanks. Just looking for that and you explained complete process in just 1 video.

nileshmahant