Using npmrc profiles to switch between differnet npm registry
Easy way to achieve it!!! Our first step is to create npmrc profiles for each registry. Example: Creating 2 profiles personal and work npx npmrc -c personal npx npmrc -c work To view the profiles which are created, use the below command to list the...
Apr 14, 20241 min read42