How To Uninstall Verdaccio From Angular 7 Workspace
Step 1: Uninstall verdaccio from your machine
>> npm uninstall -g verdaccio
Step 2: Now set back npm registry as a default npm registry instead verdaccio regitry. Run this command.
>> npm set registry https://registry.npmjs.org // for HTTPS access
{or}
>> npm set registry http://registry.npmjs.org // for HTTP access
Conclusion:
That's It Guys! I loved to share my knowledge with you whatever I experienced while learning. If you have any opinions or suggestion related to this tutorial, Please feel free to comment and share your suggestions.
Check Recommended Articles:
How to create your first angular 7 library
How To Publish Angular 7 Library To Verdaccio Private Registry On Localhost
Free Verdaccio Private Registry Setup On AWS
How To Uninstall Verdaccio From Angular 7 Workspace
Reviewed by Web Technology Funda
on
7:26:00 AM
Rating:
No comments