Nov 6, 2019

How To Uninstall Verdaccio From Angular 7 Workspace

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 

No comments:

Post a Comment