I installed a Package of Owl carousel in My project,Now I need to remove it from my Project. How it is possible, i tried ng uninstall but it not worked
Here are the commands:
npm uninstall <name>removes the module from node_modules, but not package.json
npm uninstall <name> --savealso removes it from dependencies in package.json
npm uninstall <name> --save-devalso removes it from devDependencies in package.json
npm -g uninstall <name> --savealso removes it globally
Try like this:
npm uninstall owl.carousel
or
npm u owl.carousel
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With